lol

pflask: add bot-wxt1221 as maintainers

wxt bfa332cb f92bb693

+4 -4
+4 -4
pkgs/by-name/pf/pflask/package.nix
··· 7 7 wafHook, 8 8 }: 9 9 10 - stdenv.mkDerivation rec { 10 + stdenv.mkDerivation ({ 11 11 pname = "pflask"; 12 12 version = "unstable-2018-01-23"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "ghedo"; 16 - repo = pname; 16 + repo = "pflask"; 17 17 rev = "9ac31ffe2ed29453218aac89ae992abbd6e7cc69"; 18 18 hash = "sha256-bAKPUj/EipZ98kHbZiFZZI3hLVMoQpCrYKMmznpSDhg="; 19 19 }; ··· 44 44 homepage = "https://ghedo.github.io/pflask/"; 45 45 license = lib.licenses.bsd2; 46 46 platforms = lib.platforms.linux; 47 - maintainers = [ ]; 47 + maintainers = with lib.maintainers; [ bot-wxt1221 ]; 48 48 }; 49 - } 49 + })