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
@@ -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;
};