Merge pull request #283251 from mkg20001/cjdnsrem

cjdns-tools: remove myself as maintainer
This commit is contained in:
Maciej Krüger
2024-01-23 17:59:08 +01:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/cjdelisle/cjdns";
description = "Tools for cjdns managment";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mkg20001 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}