Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 249db9f8a74e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9bb54359eee
Choose a head ref
  • 2 commits
  • 43 files changed
  • 2 contributors

Commits on Jan 16, 2021

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    8dd78bb View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    a9bb543 View commit details
Showing with 43 additions and 43 deletions.
  1. +1 −1 pkgs/applications/audio/AMB-plugins/default.nix
  2. +1 −1 pkgs/applications/audio/FIL-plugins/default.nix
  3. +1 −1 pkgs/applications/audio/mi2ly/default.nix
  4. +1 −1 pkgs/applications/graphics/rapcad/default.nix
  5. +1 −1 pkgs/applications/misc/slmenu/default.nix
  6. +1 −1 pkgs/applications/misc/vifm/default.nix
  7. +1 −1 pkgs/data/fonts/tempora-lgc/default.nix
  8. +1 −1 pkgs/data/fonts/unscii/default.nix
  9. +1 −1 pkgs/development/beam-modules/pc/default.nix
  10. +1 −1 pkgs/development/compilers/abcl/default.nix
  11. +1 −1 pkgs/development/compilers/clasp/default.nix
  12. +1 −1 pkgs/development/compilers/obliv-c/default.nix
  13. +1 −1 pkgs/development/interpreters/icon-lang/default.nix
  14. +1 −1 pkgs/development/interpreters/rebol/default.nix
  15. +1 −1 pkgs/development/interpreters/unicon-lang/default.nix
  16. +1 −1 pkgs/development/libraries/arb/default.nix
  17. +1 −1 pkgs/development/libraries/cddlib/default.nix
  18. +1 −1 pkgs/development/libraries/dxflib/default.nix
  19. +1 −1 pkgs/development/libraries/eclib/default.nix
  20. +1 −1 pkgs/development/libraries/fflas-ffpack/default.nix
  21. +1 −1 pkgs/development/libraries/flint/default.nix
  22. +1 −1 pkgs/development/libraries/fplll/20160331.nix
  23. +1 −1 pkgs/development/libraries/fplll/default.nix
  24. +1 −1 pkgs/development/libraries/gf2x/default.nix
  25. +1 −1 pkgs/development/libraries/givaro/3.7.nix
  26. +1 −1 pkgs/development/libraries/givaro/3.nix
  27. +1 −1 pkgs/development/libraries/givaro/default.nix
  28. +1 −1 pkgs/development/libraries/gle/default.nix
  29. +1 −1 pkgs/development/libraries/qtinstaller/default.nix
  30. +1 −1 pkgs/development/libraries/tachyon/default.nix
  31. +1 −1 pkgs/development/lisp-modules/asdf/2.26.nix
  32. +1 −1 pkgs/development/lisp-modules/asdf/3.1.nix
  33. +1 −1 pkgs/development/lisp-modules/asdf/default.nix
  34. +1 −1 pkgs/development/lisp-modules/clwrapper/default.nix
  35. +1 −1 pkgs/development/lisp-modules/lisp-packages.nix
  36. +1 −1 pkgs/development/perl-modules/Percona-Toolkit/default.nix
  37. +1 −1 pkgs/development/python-modules/spark_parser/default.nix
  38. +1 −1 pkgs/os-specific/linux/sinit/default.nix
  39. +1 −1 pkgs/servers/http/nix-binary-cache/default.nix
  40. +1 −1 pkgs/servers/nosql/apache-jena/binary.nix
  41. +1 −1 pkgs/servers/nosql/apache-jena/fuseki-binary.nix
  42. +1 −1 pkgs/tools/X11/ratmen/default.nix
  43. +1 −1 pkgs/tools/X11/skippy-xd/default.nix
2 changes: 1 addition & 1 deletion pkgs/applications/audio/AMB-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preInstall="mkdir -p $out/lib/ladspa";

meta = {
description = ''A set of ambisonics ladspa plugins'';
description = "A set of ambisonics ladspa plugins";
longDescription = ''
Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders.
'';
2 changes: 1 addition & 1 deletion pkgs/applications/audio/FIL-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preInstall="mkdir -p $out/lib/ladspa";

meta = {
description = ''a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed'';
description = "a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed";
longDescription = ''
Each section has an active/bypass switch, frequency, bandwidth and gain controls.
There is also a global bypass switch and gain control.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mi2ly/default.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation {

meta = {
inherit (s) version;
description = ''MIDI to Lilypond converter'';
description = "MIDI to Lilypond converter";
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/rapcad/default.nix
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
description = ''Constructive solid geometry package'';
description = "Constructive solid geometry package";
broken = true; # 2018-04-11
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/slmenu/default.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
makeFlags = [ "PREFIX=$(out)" ];
meta = {
inherit (s) version;
description = ''A console dmenu-like tool'';
description = "A console dmenu-like tool";
license = lib.licenses.mit;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/applications/misc/vifm/default.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
'';

meta = with lib; {
description = ''A vi-like file manager${if isFullPackage then "; Includes support for optional features" else ""}'';
description = "A vi-like file manager${if isFullPackage then "; Includes support for optional features" else ""}";
maintainers = with maintainers; [ raskin ];
platforms = if mediaSupport then platforms.linux else platforms.unix;
license = licenses.gpl2;
2 changes: 1 addition & 1 deletion pkgs/data/fonts/tempora-lgc/default.nix
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
outputHash = "1kwj31cjgdirqvh6bxs4fnvvr1ppaz6z8w40kvhkivgs69jglmzw";

meta = {
description = ''Tempora font'';
description = "Tempora font";
license = lib.licenses.gpl2 ;
maintainers = [lib.maintainers.raskin];
};
2 changes: 1 addition & 1 deletion pkgs/data/fonts/unscii/default.nix
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {

meta = {
inherit version;
description = ''Bitmapped character-art-friendly Unicode fonts'';
description = "Bitmapped character-art-friendly Unicode fonts";
# Basically GPL2+ with font exception — because of the Unifont-augmented
# version. The reduced version is public domain.
license = "http://unifoundry.com/LICENSE.txt";
2 changes: 1 addition & 1 deletion pkgs/development/beam-modules/pc/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ buildHex {
sha256 = "0xq411ig5ny3iilkkkqa4vm3w3dgjc9cfzkqwk8pm13dw9mcm8h0";

meta = {
description = ''a rebar3 port compiler for native code'';
description = "a rebar3 port compiler for native code";
license = stdenv.lib.licenses.mit;
homepage = "https://github.com/blt/port_compiler";
};
2 changes: 1 addition & 1 deletion pkgs/development/compilers/abcl/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
buildInputs = [jre ant jdk jre];
meta = {
inherit version;
description = ''A JVM-based Common Lisp implementation'';
description = "A JVM-based Common Lisp implementation";
license = stdenv.lib.licenses.gpl3 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/compilers/clasp/default.nix
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ stdenv.mkDerivation rec {

meta = {
inherit version;
description = ''A Common Lisp implementation based on LLVM with C++ integration'';
description = "A Common Lisp implementation based on LLVM with C++ integration";
license = stdenv.lib.licenses.lgpl21Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/compilers/obliv-c/default.nix
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

meta = {
inherit version;
description = ''A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs'';
description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/icon-lang/default.nix
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
description = ''A very high level general-purpose programming language'';
description = "A very high level general-purpose programming language";
maintainers = with maintainers; [ vrthra yurrriq ];
platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd ++ cygwin ++ illumos;
license = licenses.publicDomain;
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/rebol/default.nix
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
description = ''Relative expression based object language, a language where code is data'';
description = "Relative expression based object language, a language where code is data";
maintainers = with maintainers; [ vrthra ];
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/unicon-lang/default.nix
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';

meta = with stdenv.lib; {
description = ''A very high level, goal-directed, object-oriented, general purpose applications language'';
description = "A very high level, goal-directed, object-oriented, general purpose applications language";
maintainers = with maintainers; [ vrthra ];
platforms = platforms.linux;
license = licenses.gpl2;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/arb/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
inherit version;
description = ''A library for arbitrary-precision interval arithmetic'';
description = "A library for arbitrary-precision interval arithmetic";
homepage = "http://arblib.org/";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = teams.sage.members;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/cddlib/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
inherit version;
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
description = "An implementation of the Double Description Method for generating all vertices of a convex polyhedron";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/dxflib/default.nix
Original file line number Diff line number Diff line change
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
meta = {
maintainers = with stdenv.lib.maintainers; [raskin];
platforms = stdenv.lib.platforms.linux;
description = ''DXF file format library'';
description = "DXF file format library";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/eclib/default.nix
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
inherit version;
description = ''Elliptic curve tools'';
description = "Elliptic curve tools";
homepage = "https://github.com/JohnCremona/eclib";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fflas-ffpack/default.nix
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
inherit version;
description = ''Finite Field Linear Algebra Subroutines'';
description = "Finite Field Linear Algebra Subroutines";
license = licenses.lgpl21Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/flint/default.nix
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
inherit version;
description = ''Fast Library for Number Theory'';
description = "Fast Library for Number Theory";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fplll/20160331.nix
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [gmp mpfr];
meta = {
inherit version;
description = ''Lattice algorithms using floating-point arithmetic'';
description = "Lattice algorithms using floating-point arithmetic";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fplll/default.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];

meta = with stdenv.lib; {
description = ''Lattice algorithms using floating-point arithmetic'';
description = "Lattice algorithms using floating-point arithmetic";
changelog = [
# Some release notes are added to the github tags, though they are not
# always complete.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gf2x/default.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
description = ''Routines for fast arithmetic in GF(2)[x]'';
description = "Routines for fast arithmetic in GF(2)[x]";
homepage = "http://gf2x.gforge.inria.fr";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/givaro/3.7.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [autoconf automake libtool gmpxx];
meta = {
inherit version;
description = ''A C++ library for arithmetic and algebraic computations'';
description = "A C++ library for arithmetic and algebraic computations";
license = stdenv.lib.licenses.cecill-b;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/givaro/3.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [autoconf automake libtool gmpxx];
meta = {
inherit version;
description = ''A C++ library for arithmetic and algebraic computations'';
description = "A C++ library for arithmetic and algebraic computations";
license = stdenv.lib.licenses.cecill-b;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/givaro/default.nix
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {

meta = {
inherit version;
description = ''A C++ library for arithmetic and algebraic computations'';
description = "A C++ library for arithmetic and algebraic computations";
license = stdenv.lib.licenses.cecill-b;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gle/default.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "09zs1di4dsssl9k322nzildvf41jwipbzhik9p43yb1bcfsp92nw";
};
meta = {
description = ''Tubing and extrusion library'';
description = "Tubing and extrusion library";
license = stdenv.lib.licenses.gpl2 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qtinstaller/default.nix
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';

meta = {
description = ''Qt installer framework'';
description = "Qt installer framework";
inherit (qtbase.meta) platforms license homepage;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/tachyon/default.nix
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = ''A Parallel / Multiprocessor Ray Tracing System'';
description = "A Parallel / Multiprocessor Ray Tracing System";
license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = with stdenv.lib.platforms; linux ++ cygwin ++ darwin;
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/asdf/2.26.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''Standard software-system definition library for Common Lisp'';
description = "Standard software-system definition library for Common Lisp";
license = stdenv.lib.licenses.mit ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/asdf/3.1.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''Standard software-system definition library for Common Lisp'';
description = "Standard software-system definition library for Common Lisp";
license = stdenv.lib.licenses.mit ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/asdf/default.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''Standard software-system definition library for Common Lisp'';
description = "Standard software-system definition library for Common Lisp";
license = stdenv.lib.licenses.mit ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/clwrapper/default.nix
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
};

meta = {
description = ''Script used to wrap Common Lisp implementations'';
description = "Script used to wrap Common Lisp implementations";
maintainers = [stdenv.lib.maintainers.raskin];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/lisp-packages.nix
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ let lispPackages = rec {
buildSystems = [ "clx-truetype" ];
parasites = [ "clx-truetype-test" ];

description = ''clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.'';
description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.";
deps = with pkgs.lispPackages; [
alexandria bordeaux-threads cl-aa cl-fad cl-paths cl-paths-ttf cl-store
cl-vectors clx trivial-features zpb-ttf
2 changes: 1 addition & 1 deletion pkgs/development/perl-modules/Percona-Toolkit/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ buildPerlPackage rec {
'';

meta = with lib; {
description = ''Collection of advanced command-line tools to perform a variety of MySQL and system tasks.'';
description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks.";
homepage = "https://www.percona.com/software/database-tools/percona-toolkit";
license = with licenses; [ gpl2 ];
maintainers = with maintainers; [ izorkin ];
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/spark_parser/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ click ];

meta = with lib; {
description = ''An Early-Algorithm Context-free grammar Parser'';
description = "An Early-Algorithm Context-free grammar Parser";
homepage = "https://github.com/rocky/python-spark";
license = licenses.mit;
maintainers = with maintainers; [raskin];
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/sinit/default.nix
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
;
meta = {
inherit (s) version;
description = ''A very minimal Linux init implementation from suckless.org'';
description = "A very minimal Linux init implementation from suckless.org";
license = stdenv.lib.licenses.mit ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/servers/http/nix-binary-cache/default.nix
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';

meta = {
description = ''A set of scripts to serve the Nix store as a binary cache'';
description = "A set of scripts to serve the Nix store as a binary cache";
longDescription = ''
This package installs a CGI script that serves Nix store path in the
binary cache format. It also installs a launcher called
2 changes: 1 addition & 1 deletion pkgs/servers/nosql/apache-jena/binary.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''RDF database'';
description = "RDF database";
license = lib.licenses.asl20;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/servers/nosql/apache-jena/fuseki-binary.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''SPARQL server'';
description = "SPARQL server";
license = lib.licenses.asl20;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/tools/X11/ratmen/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
];
meta = {
inherit (s) version;
description = ''A minimalistic X11 menu creator'';
description = "A minimalistic X11 menu creator";
license = lib.licenses.free ; # 9menu derivative with 9menu license
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/tools/X11/skippy-xd/default.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = ''Expose-style compositing-based standalone window switcher'';
description = "Expose-style compositing-based standalone window switcher";
license = lib.licenses.gpl2Plus ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;