drdb: add license

+3 -2
+3 -2
pkgs/os-specific/linux/drbd/default.nix
··· 34 34 35 35 installFlags = "localstatedir=$(TMPDIR)/var sysconfdir=$(out)/etc INITDIR=$(out)/etc/init.d"; 36 36 37 - meta = { 37 + meta = with stdenv.lib; { 38 38 homepage = http://www.drbd.org/; 39 39 description = "Distributed Replicated Block Device, a distributed storage system for Linux"; 40 - platforms = stdenv.lib.platforms.linux; 40 + license = licenses.gpl2; 41 + platforms = platforms.linux; 41 42 }; 42 43 }