gallery-dl: add marsam to maintainers

This commit is contained in:
Mario Rodas 2021-09-08 04:20:00 +00:00
parent b77012c1d0
commit 0aedbf2bd9

View file

@ -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 ];
}; };
} }