Skip to content

Commit

Permalink
Fix homepage links (see #30636)
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Nov 11, 2017
1 parent 2f34d20 commit f63c215
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/phototonic/default.nix
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/viking/default.nix
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/dotconf/default.nix
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A configuration parser library";
maintainers = with maintainers; [ pSub ];
homepage = http://www.azzit.de/dotconf/;
homepage = https://github.com/williamh/dotconf;
license = licenses.lgpl21Plus;
platforms = with platforms; unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/parsing/ragel/default.nix
Expand Up @@ -25,7 +25,7 @@ let
doCheck = true;

meta = with stdenv.lib; {
homepage = http://www.complang.org/ragel;
homepage = https://www.colm.net/open-source/ragel/;
description = "State machine compiler";
inherit license;
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/screensavers/xlockmore/default.nix
Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Screen locker for the X Window System";
homepage = http://www.tux.org/~bagleyd/xlockmore.html;
homepage = http://sillycycle.com/xlockmore.html;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/ncdu/default.nix
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Ncurses disk usage analyzer";
homepage = http://dev.yorhel.nl/ncdu;
homepage = https://dev.yorhel.nl/ncdu;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/rrdtool/default.nix
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
homepage = http://oss.oetiker.ch/rrdtool/;
homepage = https://oss.oetiker.ch/rrdtool/;
description = "High performance logging in Round Robin Databases";
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/vorbisgain/default.nix
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
homepage = http://sjeng.org/vorbisgain.html;
homepage = https://sjeng.org/vorbisgain.html;
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
license = licenses.gpl2;
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -9082,7 +9082,7 @@ in {

meta = {
description = "A command-line tool that helps you clean up Git branches";
homepage = http://lab.arc90.com/2012/04/03/git-sweep/;
homepage = https://github.com/arc90/git-sweep;
license = licenses.mit;
maintainers = with maintainers; [ pSub ];
};
Expand Down

0 comments on commit f63c215

Please sign in to comment.