nile: add theobori as maintainer
This commit is contained in:
@@ -50,6 +50,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
changelog = "https://github.com/imLinguin/nile/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "nile";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ theobori ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user