git-annex-metadata-gui: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -37,7 +37,10 @@ buildPythonApplication rec {
|
||||
homepage = "https://github.com/alpernebbi/git-annex-metadata-gui";
|
||||
description = "Graphical interface for git-annex metadata commands";
|
||||
mainProgram = "git-annex-metadata-gui";
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
maintainers = with maintainers; [
|
||||
dotlambda
|
||||
matthiasbeyer
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user