pflask: add bot-wxt1221 as maintainers
This commit is contained in:
parent
f92bb6938f
commit
bfa332cb9f
@ -7,13 +7,13 @@
|
|||||||
wafHook,
|
wafHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation ({
|
||||||
pname = "pflask";
|
pname = "pflask";
|
||||||
version = "unstable-2018-01-23";
|
version = "unstable-2018-01-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ghedo";
|
owner = "ghedo";
|
||||||
repo = pname;
|
repo = "pflask";
|
||||||
rev = "9ac31ffe2ed29453218aac89ae992abbd6e7cc69";
|
rev = "9ac31ffe2ed29453218aac89ae992abbd6e7cc69";
|
||||||
hash = "sha256-bAKPUj/EipZ98kHbZiFZZI3hLVMoQpCrYKMmznpSDhg=";
|
hash = "sha256-bAKPUj/EipZ98kHbZiFZZI3hLVMoQpCrYKMmznpSDhg=";
|
||||||
};
|
};
|
||||||
@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://ghedo.github.io/pflask/";
|
homepage = "https://ghedo.github.io/pflask/";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ bot-wxt1221 ];
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user