libpkgconf: Update meta.homepage (#351976)

Upstream context showing this is a migration: https://github.com/pkgconf/pkgconf/issues/247

authored by tobim and committed by GitHub 7cf50843 a9f65b89

+3 -3
+3 -3
pkgs/by-name/li/libpkgconf/package.nix
··· 42 42 ''; 43 43 44 44 passthru.updateScript = gitUpdater { 45 - url = "https://github.com/pkgconf/pkgconf.git"; 45 + url = "https://gitea.treehouse.systems/ariadne/pkgconf"; 46 46 rev-prefix = "pkgconf-"; 47 47 }; 48 48 49 49 meta = { 50 - homepage = "https://github.com/pkgconf/pkgconf"; 50 + homepage = "https://gitea.treehouse.systems/ariadne/pkgconf"; 51 51 description = "Package compiler and linker metadata toolkit"; 52 52 longDescription = '' 53 53 pkgconf is a program which helps to configure compiler and linker flags ··· 58 58 functionality, to allow other tooling such as compilers and IDEs to 59 59 discover and use libraries configured by pkgconf. 60 60 ''; 61 - changelog = "https://github.com/pkgconf/pkgconf/blob/pkgconf-${finalAttrs.version}/NEWS"; 61 + changelog = "https://gitea.treehouse.systems/ariadne/pkgconf/src/tag/pkgconf-${finalAttrs.version}/NEWS"; 62 62 license = lib.licenses.isc; 63 63 mainProgram = "pkgconf"; 64 64 maintainers = with lib.maintainers; [ zaninime AndersonTorres ];