maintainers: remove deepfire

This commit is contained in:
Hythera
2026-06-20 22:24:56 +02:00
parent b76127a784
commit 82f5fdbac4
8 changed files with 7 additions and 13 deletions
-6
View File
@@ -6544,12 +6544,6 @@
githubId = 48378098;
name = "Danila Danko";
};
deepfire = {
email = "_deepfire@feelingofgreen.ru";
github = "deepfire";
githubId = 452652;
name = "Kosyrev Serge";
};
DeeUnderscore = {
email = "d.anzorge@gmail.com";
github = "DeeUnderscore";
+1 -1
View File
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec {
description = "Aurulent Sans";
longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";
homepage = "http://delubrum.org/";
maintainers = with lib.maintainers; [ deepfire ];
maintainers = [ ];
license = lib.licenses.ofl;
platforms = lib.platforms.all;
};
+1 -1
View File
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://pogostick.net/~pnh/ntpasswd/";
description = "Utility to reset the password of any user that has a valid local account on a Windows system";
maintainers = with lib.maintainers; [ deepfire ];
maintainers = [ ];
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
};
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://github.com/Openwsman/openwsman/releases";
homepage = "https://openwsman.github.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ deepfire ];
maintainers = [ ];
platforms = lib.platforms.linux; # PAM is not available on Darwin
};
})
+1 -1
View File
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Sayonara music player";
homepage = "https://sayonara-player.com/";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ deepfire ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
description = "Small Footprint CIM Client Library";
homepage = "https://sourceforge.net/projects/sblim/";
license = lib.licenses.cpl10;
maintainers = with lib.maintainers; [ deepfire ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/ianka/xfs_undelete";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.deepfire ];
maintainers = [ ];
};
}
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Server part of irony";
mainProgram = "irony-server";
homepage = "https://melpa.org/#/irony";
maintainers = [ lib.maintainers.deepfire ];
maintainers = [ ];
platforms = lib.platforms.unix;
license = lib.licenses.free;
};