aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/emulators/stella/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-10-02 10:31:30 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-02 09:01:35 -0700
commitb13353243454bdc560d3492bb40de279487827c0 (patch)
tree76204d3bd7c704626aabc2c7f97d94966279fa00 /pkgs/misc/emulators/stella/default.nix
parente9acc776d8269e5217319c10da8afd3cde854c5c (diff)
treewide: remove some trailing whitespace to please ofborg
Diffstat (limited to 'pkgs/misc/emulators/stella/default.nix')
-rw-r--r--pkgs/misc/emulators/stella/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix
index 23e059d33ac9..4976076e35c5 100644
--- a/pkgs/misc/emulators/stella/default.nix
+++ b/pkgs/misc/emulators/stella/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ SDL2 ];
-
+
enableParallelBuilding = true;
meta = {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
the GNU General Public License (GPL). Stella was originally
developed for Linux by Bradford W. Mott, and is currently
maintained by Stephen Anthony.
- As of its 3.5 release, Stella is officially donationware.
+ As of its 3.5 release, Stella is officially donationware.
'';
homepage = "https://stella-emu.github.io/";
license = licenses.gpl2;