maintainers: drop urlordjames (#493726)

This commit is contained in:
Yohann Boniface
2026-03-04 22:57:31 +00:00
committed by GitHub
6 changed files with 5 additions and 11 deletions
-6
View File
@@ -27918,12 +27918,6 @@
githubId = 771193;
name = "Matej Urbas";
};
urlordjames = {
email = "urlordjames@gmail.com";
github = "urlordjames";
githubId = 32751441;
name = "urlordjames";
};
ursi = {
email = "masondeanm@aol.com";
github = "ursi";
+1 -1
View File
@@ -34,6 +34,6 @@ python3.pkgs.buildPythonApplication {
description = "Set of interactive command line tools for Dungeons and Dragons 5th Edition";
mainProgram = "dnd-tools";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.urlordjames ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/drogonframework/drogon";
description = "C++14/17 based HTTP web application framework";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urlordjames ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})
+1 -1
View File
@@ -51,6 +51,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
description = "Intelligent and highly configurable media organization utility";
mainProgram = "mnamer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urlordjames ];
maintainers = [ ];
};
})
@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Utility to encode and decode Little Endian Base 128";
homepage = "https://github.com/mohanson/leb128";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urlordjames ];
maintainers = [ ];
};
}
@@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "High-level cross platform tty library";
homepage = "https://github.com/jkwill87/teletype";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ urlordjames ];
maintainers = [ ];
};
}