meta.homePage -> homepage
This commit is contained in:
@@ -22,7 +22,7 @@ let honcho = buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python clone of Foreman, a tool for managing Procfile-based applications.";
|
||||
license = licenses.mit;
|
||||
homePage = https://github.com/nickstenning/honcho;
|
||||
homepage = https://github.com/nickstenning/honcho;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
homePage = "http://thinkfan.sourceforge.net/";
|
||||
homepage = "http://thinkfan.sourceforge.net/";
|
||||
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user