From f1ca8429aafc1421b287c5b11c6fdcbdfa2e582a Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 30 Aug 2024 16:38:39 +0200 Subject: [PATCH] removed maintainer from nurPkgs --- nur.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nur.nix b/nur.nix index 374071f..189aaf9 100644 --- a/nur.nix +++ b/nur.nix @@ -43,7 +43,7 @@ in pkgs.lib.attrsets.genAttrs names (name: (pkgs.callPackage "${pwd}/mods/nurPkg ''; homepage = "https://github.com/mridah/csv2vcf"; license = licenses.mit; - maintainers = with lib.maintainers; [ ]; + maintainers = with lib.maintainers; [ c2vi ]; platforms = platforms.all; }; };