gallery-dl: update homepage and changelog url

gallery-dl has been moved to Codeberg.

- [Announcement] Moving to Codeberg: https://github.com/mikf/gallery-dl/issues/9374
This commit is contained in:
Rafael Madriz
2026-06-21 16:24:17 -03:00
parent f6df17458b
commit 32bb2c093d
+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; [