Skip to content

Commit 24e87b4

Browse files
committedNov 10, 2017
Change many homepage urls from http to https #30636
1 parent 8ba0b7b commit 24e87b4

File tree

104 files changed

+226
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+226
-226
lines changed
 

‎pkgs/applications/audio/qsynth/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313

1414
meta = with stdenv.lib; {
1515
description = "Fluidsynth GUI";
16-
homepage = http://sourceforge.net/projects/qsynth;
16+
homepage = https://sourceforge.net/projects/qsynth;
1717
license = licenses.gpl2Plus;
1818
platforms = platforms.linux;
1919
maintainers = [ maintainers.goibhniu ];

‎pkgs/applications/display-managers/slim/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
4545
NIX_CFLAGS_LINK = "-lXmu";
4646

4747
meta = {
48-
homepage = http://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
48+
homepage = https://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
4949
platforms = stdenv.lib.platforms.linux;
5050
};
5151
}

0 commit comments

Comments
 (0)
Please sign in to comment.