mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -16,8 +16,9 @@ stdenv.mkDerivation rec {
|
||||
make all
|
||||
'';
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://iolanguage.org/;
|
||||
description = "Io programming language. Inspired by Self, Smalltalk and LISP.";
|
||||
homepage = "https://iolanguage.org/";
|
||||
description =
|
||||
"Io programming language. Inspired by Self, Smalltalk and LISP.";
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user