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; {
|
meta = with lib; {
|
||||||
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
|
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
|
||||||
homepage = "https://github.com/mikf/gallery-dl";
|
homepage = "https://github.com/mikf/gallery-dl";
|
||||||
license = licenses.gpl2;
|
changelog = "https://github.com/mikf/gallery-dl/raw/v${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ dawidsowa ];
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.unix;
|
maintainers = with maintainers; [ dawidsowa marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue