summary refs log tree commit diff
path: root/pkgs/applications/graphics/apngasm/2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/apngasm/2.nix')
-rw-r--r--pkgs/applications/graphics/apngasm/2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/apngasm/2.nix b/pkgs/applications/graphics/apngasm/2.nix
index 0313115ddfa..81d2915c96d 100644
--- a/pkgs/applications/graphics/apngasm/2.nix
+++ b/pkgs/applications/graphics/apngasm/2.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Create highly optimized Animated PNG files from PNG/TGA images";
-    homepage = "http://apngasm.sourceforge.net/";
+    homepage = "https://apngasm.sourceforge.net/";
     license = licenses.zlib;
     maintainers = with maintainers; [ orivej ];
     platforms = platforms.linux;