oxygen-icons: fix typo in license attribute

This commit is contained in:
Thomas Tuegel 2015-11-02 10:12:49 -06:00
parent 95725b2581
commit 07ad7b9af5

View File

@ -7,7 +7,7 @@ kdeApp {
name = "oxygen-icons";
nativeBuildInputs = [ cmake ];
meta = {
license = lib.license.lgpl3Plus;
license = lib.licenses.lgpl3Plus;
maintainers = [ lib.maintainers.ttuegel ];
};
}