mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
man-pages-posix: correct meta.homepage
This commit is contained in:
parent
968986547b
commit
ef8dde9eef
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "POSIX man-pages (0p, 1p, 3p)";
|
||||
homepage = http://kernel.org/pub/linux/docs/manpages/;
|
||||
homepage = https://www.kernel.org/doc/man-pages/;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue