garmindb: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -71,7 +71,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/tcgoetz/GarminDB/releases/tag/${src.tag}";
|
changelog = "https://github.com/tcgoetz/GarminDB/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ ethancedwards8 ];
|
maintainers = with lib.maintainers; [
|
||||||
|
ethancedwards8
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
mainProgram = "garmindb";
|
mainProgram = "garmindb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user