updfparser: Update homepage URL

This commit is contained in:
Erwin Boskma 2025-06-02 11:52:45 +02:00
parent c8fc4ffd1d
commit 6d6550b6c4
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Very simple PDF parser";
homepage = "https://indefero.soutade.fr/p/updfparser";
homepage = "https://forge.soutade.fr/soutade/updfparser";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ autumnal ];
platforms = platforms.all;