maintainers: drop urlordjames (#493726)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user