gallery-dl: add marsam to maintainers
This commit is contained in:
parent
b77012c1d0
commit
0aedbf2bd9
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
|
||||
homepage = "https://github.com/mikf/gallery-dl";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ dawidsowa ];
|
||||
platforms = platforms.unix;
|
||||
changelog = "https://github.com/mikf/gallery-dl/raw/v${version}/CHANGELOG.md";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ dawidsowa marsam ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue