Loading nixos/modules/security/please.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,6 +122,6 @@ in usshAuth = true; }; meta.maintainers = with lib.maintainers; [ azahi ]; meta.maintainers = [ ]; }; } nixos/tests/please.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import ./make-test-python.nix ( { lib, ... }: { name = "please"; meta.maintainers = with lib.maintainers; [ azahi ]; meta.maintainers = [ ]; nodes.machine = { ... }: Loading pkgs/applications/misc/cambrinary/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ buildPythonApplication { homepage = "https://github.com/xueyuanl/cambrinary"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; } pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ buildGoModule rec { description = "Helm plugin to push chart package to ChartMuseum"; homepage = "https://github.com/chartmuseum/helm-push"; license = licenses.asl20; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; } pkgs/by-name/ai/aixlog/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/badaix/aixlog"; changelog = "https://github.com/badaix/aixlog/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; } Loading
nixos/modules/security/please.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,6 +122,6 @@ in usshAuth = true; }; meta.maintainers = with lib.maintainers; [ azahi ]; meta.maintainers = [ ]; }; }
nixos/tests/please.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import ./make-test-python.nix ( { lib, ... }: { name = "please"; meta.maintainers = with lib.maintainers; [ azahi ]; meta.maintainers = [ ]; nodes.machine = { ... }: Loading
pkgs/applications/misc/cambrinary/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ buildPythonApplication { homepage = "https://github.com/xueyuanl/cambrinary"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; }
pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ buildGoModule rec { description = "Helm plugin to push chart package to ChartMuseum"; homepage = "https://github.com/chartmuseum/helm-push"; license = licenses.asl20; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; }
pkgs/by-name/ai/aixlog/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/badaix/aixlog"; changelog = "https://github.com/badaix/aixlog/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ azahi ]; maintainers = [ ]; }; }