gallery-dl: update homepage and changelog url (#534005)

This commit is contained in:
Yohann Boniface
2026-06-21 21:16:08 +00:00
committed by GitHub
+2 -2
View File
@@ -47,9 +47,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/mikf/gallery-dl/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://codeberg.org/mikf/gallery-dl/src/tag/v${finalAttrs.version}/CHANGELOG.md";
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
homepage = "https://github.com/mikf/gallery-dl";
homepage = "https://codeberg.org/mikf/gallery-dl";
license = lib.licenses.gpl2Only;
mainProgram = "gallery-dl";
maintainers = with lib.maintainers; [