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