Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 631dc221d43e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a5fff374100
Choose a head ref
  • 13 commits
  • 40 files changed
  • 1 contributor

Commits on Nov 24, 2018

  1. nixos/hpsa: use https

    c0bw3b committed Nov 24, 2018
    Copy the full SHA
    2ea29c6 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    434eab9 View commit details
  3. Copy the full SHA
    c615b05 View commit details
  4. Copy the full SHA
    5e4ceba View commit details
  5. Copy the full SHA
    adea16b View commit details
  6. Copy the full SHA
    dd3e576 View commit details
  7. Copy the full SHA
    126f94d View commit details
  8. Copy the full SHA
    b911f22 View commit details
  9. Copy the full SHA
    561e181 View commit details
  10. tiptop: get patch from salsa.debian.org

    http://anonscm.debian.org/cgit is not available anymore
    c0bw3b committed Nov 24, 2018
    Copy the full SHA
    7fef6f9 View commit details
  11. super: get patch from salsa.debian.org

    http://anonscm.debian.org/cgit is not available anymore
    c0bw3b committed Nov 24, 2018
    Copy the full SHA
    6b4433c View commit details

Commits on Nov 25, 2018

  1. win-spice: add meta.license

    c0bw3b committed Nov 25, 2018
    Copy the full SHA
    d7d3fa9 View commit details
  2. Merge pull request #51001 from c0bw3b/cleanup/more-https

    Treewide: use more HTTPS-enabled sources
    c0bw3b authored Nov 25, 2018
    Copy the full SHA
    6a5fff3 View commit details
Showing with 63 additions and 63 deletions.
  1. +2 −2 nixos/modules/hardware/raid/hpsa.nix
  2. +1 −1 nixos/modules/services/monitoring/systemhealth.nix
  3. +5 −5 nixos/modules/services/networking/flashpolicyd.nix
  4. +2 −2 nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
  5. +1 −1 pkgs/applications/audio/seq24/default.nix
  6. +1 −1 pkgs/applications/editors/monodevelop/default.nix
  7. +1 −1 pkgs/applications/misc/pinfo/default.nix
  8. +1 −1 pkgs/applications/misc/sakura/default.nix
  9. +1 −1 pkgs/applications/version-management/bazaar/tools.nix
  10. +3 −3 pkgs/applications/version-management/monotone-viz/default.nix
  11. +8 −7 pkgs/applications/virtualization/driver/win-spice/default.nix
  12. +1 −1 pkgs/applications/virtualization/spice-vdagent/default.nix
  13. +1 −1 pkgs/development/libraries/SDL/default.nix
  14. +1 −1 pkgs/development/libraries/kyotocabinet/default.nix
  15. +8 −8 pkgs/development/libraries/libmatheval/default.nix
  16. +1 −1 pkgs/development/libraries/ntrack/default.nix
  17. +1 −1 pkgs/development/libraries/spice-gtk/default.nix
  18. +1 −1 pkgs/development/libraries/spice-protocol/default.nix
  19. +1 −1 pkgs/development/libraries/spice/default.nix
  20. +1 −1 pkgs/development/python-modules/distutils_extra/default.nix
  21. +1 −1 pkgs/development/python-modules/notify/default.nix
  22. +1 −1 pkgs/development/python-modules/pyblock/default.nix
  23. +1 −1 pkgs/development/python-modules/pyexiv2/default.nix
  24. +1 −1 pkgs/development/python-modules/pykickstart/default.nix
  25. +1 −1 pkgs/development/tools/misc/prelink/default.nix
  26. +1 −1 pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
  27. +1 −1 pkgs/games/widelands/default.nix
  28. +1 −1 pkgs/os-specific/linux/audit/default.nix
  29. +1 −1 pkgs/os-specific/linux/fatrace/default.nix
  30. +1 −1 pkgs/os-specific/linux/gogoclient/default.nix
  31. +1 −1 pkgs/os-specific/linux/ioport/default.nix
  32. +1 −1 pkgs/os-specific/linux/keyutils/default.nix
  33. +1 −1 pkgs/os-specific/linux/libcap-ng/default.nix
  34. +1 −2 pkgs/os-specific/linux/tiptop/default.nix
  35. +1 −1 pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
  36. +1 −1 pkgs/tools/filesystems/nixpart/0.4/pyblock.nix
  37. +1 −1 pkgs/tools/filesystems/nixpart/0.4/pykickstart.nix
  38. +1 −1 pkgs/tools/security/ecryptfs/default.nix
  39. +2 −2 pkgs/tools/security/super/default.nix
  40. +1 −1 pkgs/tools/system/hardlink/default.nix
4 changes: 2 additions & 2 deletions nixos/modules/hardware/raid/hpsa.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ let
version = "2.40-13.0";

src = pkgs.fetchurl {
url = "http://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/${name}_amd64.deb";
url = "https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/${name}_amd64.deb";
sha256 = "11w7fwk93lmfw0yya4jpjwdmgjimqxx6412sqa166g1pz4jil4sw";
};

@@ -34,7 +34,7 @@ let

meta = with lib; {
description = "HP Smart Array CLI";
homepage = http://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/;
homepage = https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/;
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ volth ];
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/systemhealth.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ let
systemhealth = with pkgs; stdenv.mkDerivation {
name = "systemhealth-1.0";
src = fetchurl {
url = "http://www.brianlane.com/static/downloads/systemhealth/systemhealth-1.0.tar.bz2";
url = "https://www.brianlane.com/downloads/systemhealth/systemhealth-1.0.tar.bz2";
sha256 = "1q69lz7hmpbdpbz36zb06nzfkj651413n9icx0njmyr3xzq1j9qy";
};
buildInputs = [ python ];
10 changes: 5 additions & 5 deletions nixos/modules/services/networking/flashpolicyd.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ let

src = pkgs.fetchurl {
name = "flashpolicyd_v0.6.zip";
url = "http://www.adobe.com/content/dotcom/en/devnet/flashplayer/articles/socket_policy_files/_jcr_content/articlePrerequistes/multiplefiles/node_1277808777771/file.res/flashpolicyd_v0.6%5B1%5D.zip";
url = "https://download.adobe.com/pub/adobe/devnet/flashplayer/articles/socket_policy_files/flashpolicyd_v0.6.zip";
sha256 = "16zk237233npwfq1m4ksy4g5lzy1z9fp95w7pz0cdlpmv0fv9sm3";
};

@@ -35,9 +35,9 @@ in
###### interface

options = {

services.flashpolicyd = {

enable = mkOption {
default = false;
description =
@@ -47,13 +47,13 @@ in
connections to your server.
'';
};

policy = mkOption {
default =
''
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>
4 changes: 2 additions & 2 deletions nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ let
name= "mediawiki-1.29.1";

src = pkgs.fetchurl {
url = "http://download.wikimedia.org/mediawiki/1.29/${name}.tar.gz";
url = "https://releases.wikimedia.org/mediawiki/1.29/${name}.tar.gz";
sha256 = "03mpazbxvb011s2nmlw5p6dc43yjgl5yrsilmj1imyykm57bwb3m";
};

@@ -311,7 +311,7 @@ in
description = ''
Any additional text to be appended to MediaWiki's
configuration file. This is a PHP script. For configuration
settings, see <link xlink:href='http://www.mediawiki.org/wiki/Manual:Configuration_settings'/>.
settings, see <link xlink:href='https://www.mediawiki.org/wiki/Manual:Configuration_settings'/>.
'';
};

2 changes: 1 addition & 1 deletion pkgs/applications/audio/seq24/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.9.3";

src = fetchurl {
url = "http://launchpad.net/seq24/trunk/${version}/+download/${name}.tar.gz";
url = "https://launchpad.net/seq24/trunk/${version}/+download/${name}.tar.gz";
sha256 = "1qpyb7355s21sgy6gibkybxpzx4ikha57a8w644lca6qy9mhcwi3";
};

2 changes: 1 addition & 1 deletion pkgs/applications/editors/monodevelop/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};

nunit2510 = fetchurl {
url = "http://launchpad.net/nunitv2/2.5/2.5.10/+download/NUnit-2.5.10.11092.zip";
url = "https://launchpad.net/nunitv2/2.5/2.5.10/+download/NUnit-2.5.10.11092.zip";
sha256 = "0k5h5bz1p2v3d0w0hpkpbpvdkcszgp8sr9ik498r1bs72w5qlwnc";
};

2 changes: 1 addition & 1 deletion pkgs/applications/misc/pinfo/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation {

src = fetchurl {
# homepage needed you to login to download the tarball
url = "http://src.fedoraproject.org/repo/pkgs/pinfo/pinfo-0.6.10.tar.bz2"
url = "https://src.fedoraproject.org/repo/pkgs/pinfo/pinfo-0.6.10.tar.bz2"
+ "/fe3d3da50371b1773dfe29bf870dbc5b/pinfo-0.6.10.tar.bz2";
sha256 = "0p8wyrpz9npjcbx6c973jspm4c3xz4zxx939nngbq49xqah8088j";
};
2 changes: 1 addition & 1 deletion pkgs/applications/misc/sakura/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3.6.0";

src = fetchurl {
url = "http://launchpad.net/sakura/trunk/${version}/+download/${name}.tar.bz2";
url = "https://launchpad.net/sakura/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1";
};

2 changes: 1 addition & 1 deletion pkgs/applications/version-management/bazaar/tools.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ python2Packages.buildPythonApplication rec {
version = "2.6.0";

src = fetchurl {
url = "http://launchpad.net/bzrtools/stable/${version}/+download/bzrtools-${version}.tar.gz";
url = "https://launchpad.net/bzrtools/stable/${version}/+download/bzrtools-${version}.tar.gz";
sha256 = "0n3zzc6jf5866kfhmrnya1vdr2ja137a45qrzsz8vz6sc6xgn5wb";
};

6 changes: 3 additions & 3 deletions pkgs/applications/version-management/monotone-viz/default.nix
Original file line number Diff line number Diff line change
@@ -22,15 +22,15 @@ stdenv.mkDerivation rec {
patchFlags = ["-p0"];
patches = [
(fetchurl {
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch";
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch";
sha256 = "0risfy8iqmkr209hmnvpv57ywbd3rvchzzd0jy2lfyqrrrm6zknw";
})
(fetchurl {
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch";
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch";
sha256 = "16bj0ppzqd45an154dr7sifjra7lv4m9anxfw3c56y763jq7fafa";
})
(fetchurl {
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch";
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch";
sha256 = "1gfp82rc7pawb5x4hh2wf7xh1l1l54ib75930xgd1y437la4703r";
})
];
15 changes: 8 additions & 7 deletions pkgs/applications/virtualization/driver/win-spice/default.nix
Original file line number Diff line number Diff line change
@@ -2,27 +2,27 @@

let
src_usbdk_x86 = fetchurl {
url = "http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x86.msi";
url = "https://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x86.msi";
sha256 = "17hv8034wk1xqnanm5jxs4741nl7asps1fdz6lhnrpp6gvj6yg9y";
};

src_usbdk_amd64 = fetchurl {
url = "http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x64.msi";
url = "https://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.4_x64.msi";
sha256 = "0alcqsivp33pm8sy0lmkvq7m5yh6mmcmxdl39zjxjra67kw8r2sd";
};

src_qxlwddm = fetchurl {
url = "http://people.redhat.com/~vrozenfe/qxlwddm/qxlwddm-0.11.zip";
url = "https://people.redhat.com/~vrozenfe/qxlwddm/qxlwddm-0.11.zip";
sha256 = "082zdpbh9i3bq2ds8g33rcbcw390jsm7cqf46rrlx02x8r03dm98";
};

src_vdagent_x86 = fetchurl {
url = "http://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x86.zip";
url = "https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x86.zip";
sha256 = "0d928g49rf4dl79jmvnqh6g864hp1flw1f0384sfp82himm3bxjs";
};

src_vdagent_amd64 = fetchurl {
url = "http://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x64.zip";
url = "https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.3/vdagent_0_7_3_x64.zip";
sha256 = "0djmvm66jcmcyhhbjppccbai45nqpva7vyvry6w8nyc0fwi1vm9l";
};
in
@@ -61,8 +61,9 @@ stdenv.mkDerivation {
(copy "amd64" "w8.1") + (copy "x86" "w8.1");

meta = with stdenv.lib; {
description = ''Windows SPICE Drivers'';
homepage = http://www.spice-space.org;
description = "Windows SPICE Drivers";
homepage = https://www.spice-space.org/;
license = [ licenses.asl20 ]; # See https://github.com/vrozenfe/qxl-dod
maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux;
};
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/spice-vdagent/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
to the client resolution
* Multiple displays
'';
homepage = http://www.spice-space.org/home.html;
homepage = https://www.spice-space.org/;
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.aboseley ];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/SDL/default.nix
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
# Ticket: https://bugs.freedesktop.org/show_bug.cgi?id=27222
(fetchpatch {
name = "SDL_SetGamma.patch";
url = "http://src.fedoraproject.org/cgit/rpms/SDL.git/plain/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch?id=04a3a7b1bd88c2d5502292fad27e0e02d084698d";
url = "https://src.fedoraproject.org/cgit/rpms/SDL.git/plain/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch?id=04a3a7b1bd88c2d5502292fad27e0e02d084698d";
sha256 = "0x52s4328kilyq43i7psqkqg7chsfwh0aawr50j566nzd7j51dlv";
})
# Fix a build failure on OS X Mavericks
2 changes: 1 addition & 1 deletion pkgs/development/libraries/kyotocabinet/default.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {

patches = [(fetchurl {
name = "gcc6.patch";
url = "http://src.fedoraproject.org/rpms/kyotocabinet/raw/master/f/kyotocabinet-1.2.76-gcc6.patch";
url = "https://src.fedoraproject.org/rpms/kyotocabinet/raw/master/f/kyotocabinet-1.2.76-gcc6.patch";
sha256 = "1h5k38mkiq7lz8nd2gbn7yvimcz49g3z7phn1cr560bzjih8rz23";
})];

16 changes: 8 additions & 8 deletions pkgs/development/libraries/libmatheval/default.nix
Original file line number Diff line number Diff line change
@@ -15,26 +15,26 @@ stdenv.mkDerivation rec {
# Patches coming from debian package
# https://packages.debian.org/source/sid/libs/libmatheval
patches = [ (fetchpatch {
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/002-skip-docs.patch";
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/002-skip-docs.patch";
sha256 = "1nnkk9aw4jj6nql46zhwq6vx74zrmr1xq5ix0xyvpawhabhgjg62";
} )
(fetchpatch {
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/003-guile2.0.patch";
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/003-guile2.0.patch";
sha256 = "1xgfw4finfvr20kjbpr4yl2djxmyr4lmvfa11pxirfvhrdi602qj";
} )
(fetchpatch {
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/disable_coth_test.patch";
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/disable_coth_test.patch";
sha256 = "0bai8jrd5azfz5afmjixlvifk34liq58qb7p9kb45k6kc1fqqxzm";
} )
];

meta = {
description = "A library to parse and evaluate symbolic expressions input as text";
longDescription = ''
GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic
expressions input as text. It supports expressions in any number of variables of arbitrary
names, decimal and symbolic constants, basic unary and binary operators, and elementary
mathematical functions. In addition to parsing and evaluation, libmatheval can also compute
GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic
expressions input as text. It supports expressions in any number of variables of arbitrary
names, decimal and symbolic constants, basic unary and binary operators, and elementary
mathematical functions. In addition to parsing and evaluation, libmatheval can also compute
symbolic derivatives and output expressions to strings.
'';
homepage = https://www.gnu.org/software/libmatheval/;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ntrack/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "ntrack-${version}";

src = fetchurl {
url = "http://launchpad.net/ntrack/main/${version}/+download/${name}.tar.gz";
url = "https://launchpad.net/ntrack/main/${version}/+download/${name}.tar.gz";
sha256 = "037ig5y0mp327m0hh4pnfr3vmsk3wrxgfjy3645q4ws9vdhx807w";
};

2 changes: 1 addition & 1 deletion pkgs/development/libraries/spice-gtk/default.nix
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
Python bindings are available too.
'';

homepage = http://www.spice-space.org/;
homepage = https://www.spice-space.org/;
license = licenses.lgpl21;
maintainers = [ maintainers.xeji ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/spice-protocol/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Protocol headers for the SPICE protocol";
homepage = http://www.spice-space.org;
homepage = https://www.spice-space.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ bluescreen303 ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/spice/default.nix
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily
utilized by a third-party component.
'';
homepage = http://www.spice-space.org/;
homepage = https://www.spice-space.org/;
license = licenses.lgpl21;

maintainers = [ maintainers.bluescreen303 ];
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ buildPythonPackage rec {
version = "2.39";

src = fetchurl {
url = "http://launchpad.net/python-distutils-extra/trunk/${version}/+download/python-${pname}-${version}.tar.gz";
url = "https://launchpad.net/python-distutils-extra/trunk/${version}/+download/python-${pname}-${version}.tar.gz";
sha256 = "1bv3h2p9ffbzyddhi5sccsfwrm3i6yxzn0m06fdxkj2zsvs28gvj";
};

2 changes: 1 addition & 1 deletion pkgs/development/python-modules/notify/default.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

patches = stdenv.lib.singleton (fetchurl {
name = "libnotify07.patch";
url = "http://src.fedoraproject.org/cgit/notify-python.git/plain/"
url = "https://src.fedoraproject.org/cgit/notify-python.git/plain/"
+ "libnotify07.patch?id2=289573d50ae4838a1658d573d2c9f4c75e86db0c";
sha256 = "1lqdli13mfb59xxbq4rbq1f0znh6xr17ljjhwmzqb79jl3dig12z";
});
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyblock/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
md5_path = "f6d33a8362dee358517d0a9e2ebdd044";

src = pkgs.fetchurl rec {
url = "http://src.fedoraproject.org/repo/pkgs/python-pyblock/"
url = "https://src.fedoraproject.org/repo/pkgs/python-pyblock/"
+ "${name}.tar.bz2/${md5_path}/${name}.tar.bz2";
sha256 = "f6cef88969300a6564498557eeea1d8da58acceae238077852ff261a2cb1d815";
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyexiv2/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ buildPythonPackage rec {
format = "other";

src = fetchurl {
url = "http://launchpad.net/pyexiv2/0.3.x/0.3.2/+download/${pname}-${version}.tar.bz2";
url = "https://launchpad.net/pyexiv2/0.3.x/0.3.2/+download/${pname}-${version}.tar.bz2";
sha256 = "09r1ga6kj5cnmrldpkqzvdhh7xi7aad9g4fbcr1gawgsd9y13g0a";
};

2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pykickstart/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ buildPythonPackage rec {
md5_path = "d249f60aa89b1b4facd63f776925116d";

src = fetchurl rec {
url = "http://src.fedoraproject.org/repo/pkgs/pykickstart/"
url = "https://src.fedoraproject.org/repo/pkgs/pykickstart/"
+ "${pname}-${version}.tar.gz/${md5_path}/${pname}-${version}.tar.gz";
sha256 = "e0d0f98ac4c5607e6a48d5c1fba2d50cc804de1081043f9da68cbfc69cad957a";
};
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/prelink/default.nix
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
};

meta = {
homepage = http://people.redhat.com/jakub/prelink/;
homepage = https://people.redhat.com/jakub/prelink/;
license = "GPL";
description = "ELF prelinking utility to speed up dynamic linking";
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
name = "${pname}-${version}";

src = fetchurl {
url = "http://src.fedoraproject.org/repo/pkgs/ocaml-omake/${pname}-${version}.tar.gz/fe39a476ef4e33b7ba2ca77a6bcaded2/${pname}-${version}.tar.gz";
url = "https://src.fedoraproject.org/repo/pkgs/ocaml-omake/${pname}-${version}.tar.gz/fe39a476ef4e33b7ba2ca77a6bcaded2/${pname}-${version}.tar.gz";
sha256 = "1sas02pbj56m7wi5vf3vqrrpr4ynxymw2a8ybvfj2dkjf7q9ii13";
};
patchFlags = "-p0";
2 changes: 1 addition & 1 deletion pkgs/games/widelands/default.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
];

src = fetchurl {
url = "http://launchpad.net/widelands/build${version}/build${version}/+download/widelands-build${version}-src-gcc7.tar.bz2";
url = "https://launchpad.net/widelands/build${version}/build${version}/+download/widelands-build${version}-src-gcc7.tar.bz2";
sha256 = "0n2lb1c2dix32j90nir96zfqivn63izr1pmabjnhns3wbb7vhwzg";
};

2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/audit/default.nix
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Audit Library";
homepage = http://people.redhat.com/sgrubb/audit/;
homepage = https://people.redhat.com/sgrubb/audit/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/fatrace/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.13";

src = fetchurl {
url = "http://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
url = "https://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "0hrh45bpzncw0jkxw3x2smh748r65k2yxvfai466043bi5q0d2vx";
};

2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/gogoclient/default.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
#url = http://gogo6.com/downloads/gogoc-1_2-RELEASE.tar.gz;
url = http://src.fedoraproject.org/repo/pkgs/gogoc/gogoc-1_2-RELEASE.tar.gz/41177ed683cf511cc206c7782c37baa9/gogoc-1_2-RELEASE.tar.gz;
url = https://src.fedoraproject.org/repo/pkgs/gogoc/gogoc-1_2-RELEASE.tar.gz/41177ed683cf511cc206c7782c37baa9/gogoc-1_2-RELEASE.tar.gz;
sha256 = "a0ef45c0bd1fc9964dc8ac059b7d78c12674bf67ef641740554e166fa99a2f49";
};
patches = [./gcc46-include-fix.patch ./config-paths.patch ];
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/ioport/default.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ];
meta = with stdenv.lib; {
description = "Direct access to I/O ports from the command line";
homepage = http://people.redhat.com/rjones/ioport/;
homepage = https://people.redhat.com/rjones/ioport/;
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.cleverca22 ];
Loading