doc: modernize meta attributes documentation

This commit is contained in:
Domen Kožar
2014-07-27 13:54:37 +02:00
parent c8cd4275a3
commit e3319eb73d
2 changed files with 48 additions and 33 deletions
@@ -17,8 +17,7 @@ stdenv.mkDerivation rec {
It is fully customizable.
'';
homepage = http://www.gnu.org/software/hello/manual/;
license = "GPLv3+";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.all;
};