Merge pull request #179331 from kilianar/wlr-randr

wlr-randr: upstream moved from GitHub to Sourcehut

authored by

Artturi and committed by
GitHub
e67e1134 d824d183

+4 -4
+4 -4
pkgs/tools/wayland/wlr-randr/default.nix
··· 1 { lib 2 , stdenv 3 - , fetchFromGitHub 4 , meson 5 , ninja 6 , pkg-config ··· 12 pname = "wlr-randr"; 13 version = "0.2.0"; 14 15 - src = fetchFromGitHub { 16 - owner = "emersion"; 17 repo = pname; 18 rev = "v${version}"; 19 sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ="; ··· 25 26 meta = with lib; { 27 description = "An xrandr clone for wlroots compositors"; 28 - homepage = "https://github.com/emersion/wlr-randr"; 29 license = licenses.mit; 30 maintainers = with maintainers; [ ma27 ]; 31 platforms = platforms.unix;
··· 1 { lib 2 , stdenv 3 + , fetchFromSourcehut 4 , meson 5 , ninja 6 , pkg-config ··· 12 pname = "wlr-randr"; 13 version = "0.2.0"; 14 15 + src = fetchFromSourcehut { 16 + owner = "~emersion"; 17 repo = pname; 18 rev = "v${version}"; 19 sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ="; ··· 25 26 meta = with lib; { 27 description = "An xrandr clone for wlroots compositors"; 28 + homepage = "https://git.sr.ht/~emersion/wlr-randr"; 29 license = licenses.mit; 30 maintainers = with maintainers; [ ma27 ]; 31 platforms = platforms.unix;