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: 63cda55aa2fc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6620e007f48a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 12, 2017

  1. Verified

    This commit was signed with the committer’s verified signature.
    ijjk JJ Kasper
    Copy the full SHA
    5033931 View commit details
  2. ndisc6: change meta.homepage to https

    The http address is a permanent redirect
    joachifm committed Jul 12, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6620e00 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/tools/networking/ndisc6/default.nix
3 changes: 2 additions & 1 deletion pkgs/tools/networking/ndisc6/default.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--sysconfdir=/etc"
"--localstatedir=/var"
"--disable-suid-install"
];

installFlags = [
@@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
];

meta = with stdenv.lib; {
homepage = http://www.remlab.net/ndisc6/;
homepage = https://www.remlab.net/ndisc6/;
description = "A small collection of useful tools for IPv6 networking";
maintainers = with maintainers; [ eelco wkennington ];
platforms = platforms.linux;