panoply: apply nixfmt

This commit is contained in:
Markus Kowalewski
2024-10-01 10:32:19 +02:00
parent cc3453bb44
commit 53e49fc94d
+8 -2
View File
@@ -1,4 +1,10 @@
{ lib, stdenvNoCC, fetchurl, makeWrapper, jre } :
{
lib,
stdenvNoCC,
fetchurl,
makeWrapper,
jre,
}:
stdenvNoCC.mkDerivation rec {
pname = "panoply";
@@ -32,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://www.giss.nasa.gov/tools/panoply";
platforms = platforms.linux;
maintainers = [ maintainers.markuskowa ];
license = licenses.unfree; # Package does not state a license
license = licenses.unfree; # Package does not state a license
mainProgram = "panoply";
};
}