profont: init

This commit is contained in:
Myrl Hex
2016-04-14 14:27:25 +03:00
committed by Nikolay Amiantov
parent 21d6e4beba
commit c73d14a39f
4 changed files with 36 additions and 0 deletions
+1
View File
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
description = "A set of fixed-width screen fonts that are designed for code listings";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.myrl ];
};
}