mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
updfparser: Update homepage URL
This commit is contained in:
parent
c8fc4ffd1d
commit
6d6550b6c4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Very simple PDF parser";
|
description = "Very simple PDF parser";
|
||||||
homepage = "https://indefero.soutade.fr/p/updfparser";
|
homepage = "https://forge.soutade.fr/soutade/updfparser";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ autumnal ];
|
maintainers = with maintainers; [ autumnal ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue