1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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;