summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-11-11 17:36:33 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-11-11 17:36:48 +0100
commitf63c21569f2461f224c72a67bf2096f2a2d2b724 (patch)
tree188e31733787128a2cd2237a8f5f7ea47ad23f07 /pkgs/applications
parent2f34d20ab1d21ec01293b3f7fcfc74abd865c9ee (diff)
downloadnixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.gz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.bz2
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.lz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.xz
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.tar.zst
nixpkgs-f63c21569f2461f224c72a67bf2096f2a2d2b724.zip
Fix homepage links (see #30636)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/phototonic/default.nix2
-rw-r--r--pkgs/applications/misc/viking/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/phototonic/default.nix b/pkgs/applications/graphics/phototonic/default.nix
index 8ce9d407aad..ce300eaf9f6 100644
--- a/pkgs/applications/graphics/phototonic/default.nix
+++ b/pkgs/applications/graphics/phototonic/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An image viewer and organizer";
-    homepage = http://oferkv.github.io/phototonic/;
+    homepage = https://sourceforge.net/projects/phototonic/;
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ pSub ];
diff --git a/pkgs/applications/misc/viking/default.nix b/pkgs/applications/misc/viking/default.nix
index 7f4adeb2be8..5af675a82ac 100644
--- a/pkgs/applications/misc/viking/default.nix
+++ b/pkgs/applications/misc/viking/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
       on the map, make new tracks and waypoints, see real-time GPS
       position, etc.
     '';
-    homepage = http://viking.sourceforge.net/;
+    homepage = https://sourceforge.net/projects/viking/;
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; linux;