removed maintainer from nurPkgs

This commit is contained in:
Sebastian Moser
2024-08-30 16:38:39 +02:00
parent f893ddffc6
commit f1ca8429aa

View File

@@ -43,7 +43,7 @@ in pkgs.lib.attrsets.genAttrs names (name: (pkgs.callPackage "${pwd}/mods/nurPkg
''; '';
homepage = "https://github.com/mridah/csv2vcf"; homepage = "https://github.com/mridah/csv2vcf";
license = licenses.mit; license = licenses.mit;
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ c2vi ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };