about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-22 23:25:22 -0400
committerfigsoda <figsoda@pm.me>2022-09-22 23:25:22 -0400
commitc00c3c2cc05b608806e1c990276f956c1d7f1a00 (patch)
tree8dac8f04f29a42171deafe695a7d3fc37b54aa71 /pkgs/applications/graphics
parent873728aca3883c6fbe51ac55118199142dd11bcf (diff)
pizarra: fix meta.homepage
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pizarra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/pizarra/default.nix b/pkgs/applications/graphics/pizarra/default.nix
index 524a8589dce32..e428d02d9dcdc 100644
--- a/pkgs/applications/graphics/pizarra/default.nix
+++ b/pkgs/applications/graphics/pizarra/default.nix
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
       - Text
       - Grids
     '';
-    homepage = "https://pizarra.categulario.tk/en/";
+    homepage = "https://pizarra.categulario.xyz/en/";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ mglolenstine ];
   };