wlr-randr: upstream moved from GitHub to Sourcehut
Upstream moved from https://github.com/emersion/wlr-randr to https://sr.ht/~emersion/wlr-randr
This commit is contained in:
parent
0e119c0cc3
commit
0330a06eea
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromSourcehut
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||||
pname = "wlr-randr";
|
pname = "wlr-randr";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromSourcehut {
|
||||||
owner = "emersion";
|
owner = "~emersion";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ=";
|
sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ=";
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An xrandr clone for wlroots compositors";
|
description = "An xrandr clone for wlroots compositors";
|
||||||
homepage = "https://github.com/emersion/wlr-randr";
|
homepage = "https://git.sr.ht/~emersion/wlr-randr";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue