about summary refs log tree commit diff
path: root/pkgs/applications/graphics/glabels/default.nix
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 12:35:31 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:45 +0100
commit4bf0c67a8e8b4bbe49420abe2f28d6b4c7da00be (patch)
tree5b04723955adfbcaf325a4e73e4d663a488e6d1c /pkgs/applications/graphics/glabels/default.nix
parentb61a3fcbea67447cf53396b477b401e20aa69c57 (diff)
glabels: update homepage
Diffstat (limited to 'pkgs/applications/graphics/glabels/default.nix')
-rw-r--r--pkgs/applications/graphics/glabels/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/glabels/default.nix b/pkgs/applications/graphics/glabels/default.nix
index c2ce2840379c5..fdf6831b974e7 100644
--- a/pkgs/applications/graphics/glabels/default.nix
+++ b/pkgs/applications/graphics/glabels/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Create labels and business cards";
-    homepage = "https://glabels.org/";
+    homepage = "https://github.com/jimevins/glabels";
     license = with licenses; [ gpl3Plus lgpl3Plus ];
     platforms = platforms.unix;
     maintainers = [ maintainers.nico202 ];