home-manager: add meta.homepage

This commit is contained in:
Raphael Borun Das Gupta 2020-05-06 22:29:12 +02:00
parent f82e836e1d
commit 8335fe7dbb

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A user environment configurator";
homepage = "https://rycee.gitlab.io/home-manager/";
maintainers = with maintainers; [ rycee ];
platforms = platforms.unix;
license = licenses.mit;