pflask: add bot-wxt1221 as maintainers

This commit is contained in:
wxt 2024-11-10 15:59:55 +08:00
parent f92bb6938f
commit bfa332cb9f
No known key found for this signature in database
GPG Key ID: 8281D5EE2D1825A4

View File

@ -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 ];
}; };
} })