meta.homePage -> homepage

This commit is contained in:
Eelco Dolstra
2015-04-20 14:20:03 +02:00
parent fc91ba52df
commit 61cca2cadf
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "UNIX init scheme with service supervision";
license = licenses.bsd3;
homePage = "http://smarden.org/runit";
homepage = "http://smarden.org/runit";
maintainers = with maintainers; [ rickynils ];
platforms = platforms.linux;
};