ckan: add nullcube to maintainers

This commit is contained in:
NullCube
2025-02-12 01:49:44 -08:00
parent 64e75cd44a
commit bbfa15a71d
+1
View File
@@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
Baughn
ymarkus
nullcube
];
platforms = platforms.all;
};