mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
This commit is contained in:
parent
8fdbb53c35
commit
7016ae47d9
2 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ in mkYarnPackage rec {
|
|||
'';
|
||||
|
||||
# The desktop item properties should be kept in sync with data from upstream:
|
||||
# https://github.com/vector-im/riot-desktop/blob/develop/package.json
|
||||
# https://github.com/vector-im/element-desktop/blob/develop/package.json
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "element-desktop";
|
||||
exec = "${executableName} %u";
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$#" -ne 1 ] || [[ "$1" == -* ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
RIOT_WEB_SRC="https://raw.githubusercontent.com/vector-im/riot-desktop/$1"
|
||||
RIOT_WEB_SRC="https://raw.githubusercontent.com/vector-im/element-desktop/$1"
|
||||
|
||||
wget "$RIOT_WEB_SRC/package.json" -O element-desktop-package.json
|
||||
wget "$RIOT_WEB_SRC/yarn.lock" -O element-desktop-yarndeps.lock
|
||||
|
|
Loading…
Reference in a new issue