rapid-photo-downloader: add philipdb to maintainers
This commit is contained in:
@@ -129,12 +129,12 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
ignoredVersions = "a.*";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Photo and video importer for cameras, phones, and memory cards";
|
||||
mainProgram = "rapid-photo-downloader";
|
||||
homepage = "https://www.damonlynch.net/rapid/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ philipdb ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user