treewide: checkMeta fixes for x86_64-linux
This commit is contained in:
@@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "D binding and OO wrapper for GTK+";
|
||||
homepage = https://gtkd.org;
|
||||
licence = licenses.lgpl3Plus;
|
||||
license = licenses.lgpl3Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user