treewide: remove meta.repositories

there's no documentation for meta.repositories and its not widely used

Artturin 33cce15e 6a1cb83b

+5 -67
-1
pkgs/applications/audio/deadbeef/default.nix
··· 112 112 license = licenses.gpl2; 113 113 platforms = [ "x86_64-linux" "i686-linux" ]; 114 114 maintainers = [ maintainers.abbradar ]; 115 - repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef"; 116 115 }; 117 116 }
-1
pkgs/applications/audio/musescore/darwin.nix
··· 32 32 license = licenses.gpl2; 33 33 platforms = platforms.darwin; 34 34 maintainers = []; 35 - repositories.git = "https://github.com/musescore/MuseScore"; 36 35 }; 37 36 }
-1
pkgs/applications/audio/musescore/default.nix
··· 51 51 license = licenses.gpl2; 52 52 maintainers = with maintainers; [ vandenoever turion doronbehar ]; 53 53 platforms = platforms.linux; 54 - repositories.git = "https://github.com/musescore/MuseScore"; 55 54 }; 56 55 }
-1
pkgs/applications/graphics/gpicview/default.nix
··· 23 23 meta = with lib; { 24 24 description = "A simple and fast image viewer for X"; 25 25 homepage = "http://lxde.sourceforge.net/gpicview/"; 26 - repositories.git = "git://lxde.git.sourceforge.net/gitroot/lxde/gpicview"; 27 26 license = licenses.gpl2; 28 27 maintainers = with maintainers; [ lovek323 ]; 29 28 platforms = platforms.unix;
-1
pkgs/applications/graphics/nomacs/default.nix
··· 66 66 description = "Qt-based image viewer"; 67 67 maintainers = with lib.maintainers; [ mindavi ]; 68 68 license = licenses.gpl3Plus; 69 - repositories.git = "https://github.com/nomacs/nomacs.git"; 70 69 inherit (qtbase.meta) platforms; 71 70 }; 72 71 }
-1
pkgs/applications/misc/mupdf/1.17.nix
··· 82 82 83 83 meta = with lib; { 84 84 homepage = "https://mupdf.com"; 85 - repositories.git = "git://git.ghostscript.com/mupdf.git"; 86 85 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 87 86 license = licenses.agpl3Plus; 88 87 maintainers = with maintainers; [ vrthra fpletz ];
-1
pkgs/applications/misc/mupdf/default.nix
··· 111 111 112 112 meta = with lib; { 113 113 homepage = "https://mupdf.com"; 114 - repositories.git = "git://git.ghostscript.com/mupdf.git"; 115 114 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 116 115 license = licenses.agpl3Plus; 117 116 maintainers = with maintainers; [ vrthra fpletz ];
-1
pkgs/applications/misc/nut/default.nix
··· 49 49 It uses a layered approach to connect all of the parts. 50 50 ''; 51 51 homepage = "https://networkupstools.org/"; 52 - repositories.git = "https://github.com/networkupstools/nut.git"; 53 52 platforms = platforms.linux; 54 53 maintainers = [ maintainers.pierron ]; 55 54 license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
-1
pkgs/applications/networking/cluster/flink/default.nix
··· 34 34 license = licenses.asl20; 35 35 platforms = platforms.all; 36 36 maintainers = with maintainers; [ mbode ]; 37 - repositories.git = "git://git.apache.org/flink.git"; 38 37 }; 39 38 }
-1
pkgs/applications/networking/cluster/kontemplate/default.nix
··· 20 20 license = licenses.gpl3; 21 21 maintainers = with maintainers; [ mbode tazjin ]; 22 22 platforms = platforms.unix; 23 - repositories.git = "git://github.com/tazjin/kontemplate.git"; 24 23 25 24 longDescription = '' 26 25 Kontemplate is a simple CLI tool that can take sets of
-1
pkgs/applications/networking/cluster/spark/default.nix
··· 63 63 license = lib.licenses.asl20; 64 64 platforms = lib.platforms.all; 65 65 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ]; 66 - repositories.git = "git://git.apache.org/spark.git"; 67 66 }; 68 67 }; 69 68 in
-1
pkgs/applications/networking/irc/quassel/default.nix
··· 88 88 ''; 89 89 license = licenses.gpl3; 90 90 maintainers = with maintainers; [ ttuegel ]; 91 - repositories.git = "https://github.com/quassel/quassel.git"; 92 91 inherit (qtbase.meta) platforms; 93 92 }; 94 93 }
-1
pkgs/applications/networking/lieer/default.nix
··· 33 33 GMail account. 34 34 ''; 35 35 homepage = "https://lieer.gaute.vetsj.com/"; 36 - repositories.git = "https://github.com/gauteh/lieer.git"; 37 36 license = licenses.gpl3Plus; 38 37 maintainers = with maintainers; [ flokli kaiha ]; 39 38 };
+1 -2
pkgs/applications/version-management/git-and-tools/cgit/common.nix
··· 1 1 { pname, version, src, gitSrc, buildInputs ? [] 2 - , homepage, repo, description, maintainers 2 + , homepage, description, maintainers 3 3 }: 4 4 5 5 { lib, stdenv, openssl, zlib, asciidoc, libxml2, libxslt ··· 70 70 71 71 meta = { 72 72 inherit homepage description; 73 - repositories.git = repo; 74 73 license = lib.licenses.gpl2; 75 74 platforms = lib.platforms.linux; 76 75 maintainers = maintainers ++ (with lib.maintainers; [ qyliss ]);
-1
pkgs/applications/version-management/git-and-tools/cgit/default.nix
··· 20 20 buildInputs = [ luajit ]; 21 21 22 22 homepage = "https://git.zx2c4.com/cgit/about/"; 23 - repo = "git://git.zx2c4.com/cgit"; 24 23 description = "Web frontend for git repositories"; 25 24 maintainers = with lib.maintainers; [ bjornfor ]; 26 25 }) {}
-1
pkgs/applications/version-management/git-and-tools/cgit/pink.nix
··· 18 18 }; 19 19 20 20 homepage = "https://git.causal.agency/cgit-pink/about/"; 21 - repo = "https://git.causal.agency/cgit-pink"; 22 21 description = "cgit fork aiming for better maintenance"; 23 22 maintainers = with lib.maintainers; [ qyliss sternenseemann ]; 24 23 }) {}
-1
pkgs/data/documentation/man-pages/default.nix
··· 24 24 meta = with lib; { 25 25 description = "Linux development manual pages"; 26 26 homepage = "https://www.kernel.org/doc/man-pages/"; 27 - repositories.git = "https://git.kernel.org/pub/scm/docs/man-pages/man-pages"; 28 27 license = licenses.gpl2Plus; 29 28 platforms = with platforms; unix; 30 29 priority = 30; # if a package comes with its own man page, prefer it
-1
pkgs/development/libraries/libass/default.nix
··· 40 40 license = licenses.isc; 41 41 platforms = platforms.unix; 42 42 maintainers = with maintainers; [ codyopel ]; 43 - repositories.git = "git://github.com/libass/libass.git"; 44 43 }; 45 44 }
-1
pkgs/development/libraries/libcec/default.nix
··· 25 25 meta = with lib; { 26 26 description = "Allows you (with the right hardware) to control your device with your TV remote control using existing HDMI cabling"; 27 27 homepage = "http://libcec.pulse-eight.com"; 28 - repositories.git = "https://github.com/Pulse-Eight/libcec.git"; 29 28 license = lib.licenses.gpl2Plus; 30 29 platforms = platforms.linux; 31 30 maintainers = [ maintainers.titanous ];
-1
pkgs/development/libraries/libcec/platform.nix
··· 16 16 meta = with lib; { 17 17 description = "Platform library for libcec and Kodi addons"; 18 18 homepage = "https://github.com/Pulse-Eight/platform"; 19 - repositories.git = "https://github.com/Pulse-Eight/platform.git"; 20 19 license = lib.licenses.gpl2Plus; 21 20 platforms = platforms.all; 22 21 maintainers = [ maintainers.titanous ];
-1
pkgs/development/libraries/libgcrypt/1.5.nix
··· 38 38 description = "General-pupose cryptographic library"; 39 39 license = licenses.lgpl2Plus; 40 40 platforms = platforms.all; 41 - repositories.git = "git://git.gnupg.org/libgcrypt.git"; 42 41 knownVulnerabilities = [ 43 42 "CVE-2014-3591" 44 43 "CVE-2015-0837"
-1
pkgs/development/libraries/libgcrypt/default.nix
··· 78 78 license = licenses.lgpl2Plus; 79 79 platforms = platforms.all; 80 80 maintainers = with maintainers; [ vrthra ]; 81 - repositories.git = "git://git.gnupg.org/libgcrypt.git"; 82 81 }; 83 82 }
-1
pkgs/development/libraries/libidn/default.nix
··· 35 35 included. 36 36 ''; 37 37 38 - repositories.git = "git://git.savannah.gnu.org/libidn.git"; 39 38 license = lib.licenses.lgpl2Plus; 40 39 platforms = lib.platforms.all; 41 40 maintainers = with lib.maintainers; [ lsix ];
-1
pkgs/development/libraries/libidn2/default.nix
··· 39 39 detailed information. 40 40 ''; 41 41 42 - repositories.git = "https://gitlab.com/jas/libidn2"; 43 42 license = with lib.licenses; [ lgpl3Plus gpl2Plus gpl3Plus ]; 44 43 platforms = lib.platforms.all; 45 44 maintainers = with lib.maintainers; [ fpletz ];
-1
pkgs/development/libraries/liblastfm/default.nix
··· 27 27 28 28 meta = with lib; { 29 29 homepage = "https://github.com/lastfm/liblastfm"; 30 - repositories.git = "git://github.com/lastfm/liblastfm.git"; 31 30 description = "Official LastFM library"; 32 31 platforms = platforms.unix; 33 32 maintainers = [ ];
-1
pkgs/development/libraries/liboauth/default.nix
··· 27 27 platforms = platforms.all; 28 28 description = "C library implementing the OAuth secure authentication protocol"; 29 29 homepage = "http://liboauth.sourceforge.net/"; 30 - repositories.git = "https://github.com/x42/liboauth.git"; 31 30 license = licenses.mit; 32 31 }; 33 32
-1
pkgs/development/libraries/libotr/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 homepage = "http://www.cypherpunks.ca/otr/"; 19 - repositories.git = "git://git.code.sf.net/p/otr/libotr"; 20 19 license = licenses.lgpl21; 21 20 description = "Library for Off-The-Record Messaging"; 22 21 platforms = platforms.unix;
-1
pkgs/development/libraries/libusb-compat/0.1.nix
··· 35 35 36 36 meta = with lib; { 37 37 homepage = "https://libusb.info/"; 38 - repositories.git = "https://github.com/libusb/libusb-compat-0.1"; 39 38 description = "cross-platform user-mode USB device library"; 40 39 longDescription = '' 41 40 libusb is a cross-platform user-mode library that provides access to USB devices.
-1
pkgs/development/libraries/libusb1/default.nix
··· 45 45 46 46 meta = with lib; { 47 47 homepage = "https://libusb.info/"; 48 - repositories.git = "https://github.com/libusb/libusb"; 49 48 description = "cross-platform user-mode USB device library"; 50 49 longDescription = '' 51 50 libusb is a cross-platform user-mode library that provides access to USB devices.
-1
pkgs/development/libraries/libvirt/default.nix
··· 331 331 332 332 meta = { 333 333 homepage = "https://libvirt.org/"; 334 - repositories.git = "git://libvirt.org/libvirt.git"; 335 334 description = '' 336 335 A toolkit to interact with the virtualization capabilities of recent 337 336 versions of Linux (and other OSes)
-1
pkgs/development/libraries/pcg-c/default.nix
··· 33 33 ''; 34 34 platforms = platforms.unix; 35 35 maintainers = [ maintainers.linus ]; 36 - repositories.git = "git://github.com/imneme/pcg-c.git"; 37 36 broken = stdenv.isi686; # https://github.com/imneme/pcg-c/issues/11 38 37 }; 39 38 }
-1
pkgs/development/libraries/taglib/default.nix
··· 24 24 25 25 meta = with lib; { 26 26 homepage = "https://taglib.org/"; 27 - repositories.git = "git://github.com/taglib/taglib.git"; 28 27 description = "A library for reading and editing audio file metadata"; 29 28 longDescription = '' 30 29 TagLib is a library for reading and editing the meta-data of several
+1 -2
pkgs/development/python-modules/obfsproxy/default.nix
··· 12 12 version = "0.2.13"; 13 13 14 14 src = fetchgit { 15 - url = meta.repositories.git; 15 + url = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; 16 16 rev = "refs/tags/${pname}-${version}"; 17 17 sha256 = "04ja1cl8xzqnwrd2gi6nlnxbmjri141bzwa5gybvr44d8h3k2nfa"; 18 18 }; ··· 30 30 meta = with lib; { 31 31 description = "A pluggable transport proxy"; 32 32 homepage = "https://www.torproject.org/projects/obfsproxy"; 33 - repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; 34 33 maintainers = with maintainers; [ thoughtpolice ]; 35 34 }; 36 35
-2
pkgs/development/tools/misc/cgdb/default.nix
··· 16 16 17 17 homepage = "https://cgdb.github.io/"; 18 18 19 - repositories.git = "git://github.com/cgdb/cgdb.git"; 20 - 21 19 license = licenses.gpl2Plus; 22 20 23 21 platforms = with platforms; linux ++ cygwin;
-1
pkgs/development/tools/profiling/systemtap/default.nix
··· 40 40 nativeBuildInputs = [ makeWrapper ]; 41 41 meta = { 42 42 homepage = "https://sourceware.org/systemtap/"; 43 - repositories.git = url; 44 43 description = "Provides a scripting language for instrumentation on a live kernel plus user-space"; 45 44 license = lib.licenses.gpl2; 46 45 platforms = lib.platforms.linux;
-1
pkgs/games/openxcom/default.nix
··· 18 18 meta = { 19 19 description = "Open source clone of UFO: Enemy Unknown"; 20 20 homepage = "https://openxcom.org"; 21 - repositories.git = "https://github.com/SupSuper/OpenXcom.git"; 22 21 maintainers = [ lib.maintainers.cpages ]; 23 22 platforms = lib.platforms.linux; 24 23 license = lib.licenses.gpl3;
-1
pkgs/games/spring/springlobby.nix
··· 34 34 35 35 meta = with lib; { 36 36 homepage = "https://springlobby.info/"; 37 - repositories.git = "git://github.com/springlobby/springlobby.git"; 38 37 description = "Cross-platform lobby client for the Spring RTS project"; 39 38 license = licenses.gpl2; 40 39 maintainers = with maintainers; [ qknight domenkozar ];
-1
pkgs/os-specific/darwin/m-cli/default.nix
··· 35 35 meta = with lib; { 36 36 description = "Swiss Army Knife for macOS"; 37 37 inherit (src.meta) homepage; 38 - repositories.git = "git://github.com/rgcr/m-cli.git"; 39 38 40 39 license = licenses.mit; 41 40
-1
pkgs/os-specific/linux/bluez/default.nix
··· 135 135 homepage = "http://www.bluez.org/"; 136 136 license = with licenses; [ gpl2 lgpl21 ]; 137 137 platforms = platforms.linux; 138 - repositories.git = "https://git.kernel.org/pub/scm/bluetooth/bluez.git"; 139 138 }; 140 139 }
-1
pkgs/os-specific/linux/hostapd/default.nix
··· 73 73 74 74 meta = with lib; { 75 75 homepage = "https://hostap.epitest.fi"; 76 - repositories.git = "git://w1.fi/hostap.git"; 77 76 description = "A user space daemon for access point and authentication servers"; 78 77 license = licenses.gpl2; 79 78 maintainers = with maintainers; [ ninjatrappeur hexa ];
-1
pkgs/os-specific/linux/i7z/default.nix
··· 49 49 meta = with lib; { 50 50 description = "A better i7 (and now i3, i5) reporting tool for Linux"; 51 51 homepage = "https://github.com/DimitryAndric/i7z"; 52 - repositories.git = "https://github.com/DimitryAndric/i7z.git"; 53 52 license = licenses.gpl2; 54 53 maintainers = with maintainers; [ bluescreen303 ]; 55 54 # broken on ARM
-1
pkgs/os-specific/linux/kernel/manual-config.nix
··· 301 301 + ")"); 302 302 license = lib.licenses.gpl2Only; 303 303 homepage = "https://www.kernel.org/"; 304 - repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"; 305 304 maintainers = lib.teams.linux-kernel.members ++ [ 306 305 maintainers.thoughtpolice 307 306 ];
+1 -4
pkgs/os-specific/linux/ldm/default.nix
··· 4 4 5 5 let 6 6 version = "0.5"; 7 - git = "https://github.com/LemonBoy/ldm.git"; 8 7 in 9 8 stdenv.mkDerivation rec { 10 9 pname = "ldm"; ··· 13 12 # There is a stable release, but we'll use the lvm branch, which 14 13 # contains important fixes for LVM setups. 15 14 src = fetchgit { 16 - url = meta.repositories.git; 15 + url = "https://github.com/LemonBoy/ldm"; 17 16 rev = "refs/tags/v${version}"; 18 17 sha256 = "0lxfypnbamfx6p9ar5k9wra20gvwn665l4pp2j4vsx4yi5q7rw2n"; 19 18 }; ··· 36 35 meta = { 37 36 description = "A lightweight device mounter, with libudev as only dependency"; 38 37 license = lib.licenses.mit; 39 - 40 38 platforms = lib.platforms.linux; 41 - repositories.git = git; 42 39 }; 43 40 }
-2
pkgs/servers/amqp/qpid-cpp/default.nix
··· 12 12 13 13 meta = with lib; { 14 14 homepage = "https://qpid.apache.org"; 15 - repositories.git = "git://git.apache.org/qpid.git"; 16 - repositories.svn = "http://svn.apache.org/repos/asf/qpid"; 17 15 description = "An AMQP message broker and a C++ messaging API"; 18 16 license = licenses.asl20; 19 17 platforms = platforms.linux;
-1
pkgs/servers/memcached/default.nix
··· 22 22 23 23 meta = with lib; { 24 24 description = "A distributed memory object caching system"; 25 - repositories.git = "https://github.com/memcached/memcached.git"; 26 25 homepage = "http://memcached.org/"; 27 26 license = licenses.bsd3; 28 27 maintainers = [ maintainers.coconnor ];
-1
pkgs/stdenv/generic/check-meta.nix
··· 240 240 outputsToInstall = listOf str; 241 241 position = str; 242 242 available = bool; 243 - repositories = attrsOf str; 244 243 isBuildPythonPackage = platforms; 245 244 schedulingPriority = int; 246 245 isFcitxEngine = bool;
-1
pkgs/tools/misc/mc/default.nix
··· 92 92 license = licenses.gpl2Plus; 93 93 maintainers = with maintainers; [ sander ]; 94 94 platforms = with platforms; linux ++ darwin; 95 - repositories.git = "https://github.com/MidnightCommander/mc.git"; 96 95 }; 97 96 }
-1
pkgs/tools/networking/chrony/default.nix
··· 28 28 meta = with lib; { 29 29 description = "Sets your computer's clock from time servers on the Net"; 30 30 homepage = "https://chrony.tuxfamily.org/"; 31 - repositories.git = "git://git.tuxfamily.org/gitroot/chrony/chrony.git"; 32 31 license = licenses.gpl2; 33 32 platforms = with platforms; linux ++ freebsd ++ openbsd; 34 33 maintainers = with maintainers; [ fpletz thoughtpolice ];
+1 -2
pkgs/tools/networking/obfs4/default.nix
··· 5 5 version = "0.0.11"; 6 6 7 7 src = fetchgit { 8 - url = meta.repositories.git; 8 + url = "https://git.torproject.org/pluggable-transports/obfs4.git"; 9 9 rev = "refs/tags/${pname}proxy-${version}"; 10 10 sha256 = "sha256-VjJ/Pc1YjNB2iLnN/5CxuaxolcaR1IMWgoESMzOXU/g="; 11 11 }; ··· 17 17 meta = with lib; { 18 18 description = "A pluggable transport proxy"; 19 19 homepage = "https://www.torproject.org/projects/obfsproxy"; 20 - repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git"; 21 20 maintainers = with maintainers; [ thoughtpolice ]; 22 21 }; 23 22 }
-1
pkgs/tools/networking/socat/default.nix
··· 38 38 meta = with lib; { 39 39 description = "Utility for bidirectional data transfer between two independent data channels"; 40 40 homepage = "http://www.dest-unreach.org/socat/"; 41 - repositories.git = "git://repo.or.cz/socat.git"; 42 41 platforms = platforms.unix; 43 42 license = with licenses; [ gpl2Only ]; 44 43 maintainers = with maintainers; [ eelco ];
-1
pkgs/tools/security/nitrokey-app/default.nix
··· 36 36 See https://www.nitrokey.com/ for more information. 37 37 ''; 38 38 homepage = "https://github.com/Nitrokey/nitrokey-app"; 39 - repositories.git = "https://github.com/Nitrokey/nitrokey-app.git"; 40 39 license = licenses.gpl3; 41 40 maintainers = with maintainers; [ kaiha fpletz ]; 42 41 };
-1
pkgs/tools/security/tor/default.nix
··· 97 97 98 98 meta = with lib; { 99 99 homepage = "https://www.torproject.org/"; 100 - repositories.git = "https://git.torproject.org/git/tor"; 101 100 description = "Anonymizing overlay network"; 102 101 103 102 longDescription = ''
+1 -2
pkgs/tools/security/tor/torsocks.nix
··· 5 5 version = "2.3.0"; 6 6 7 7 src = fetchgit { 8 - url = meta.repositories.git; 8 + url = "https://git.torproject.org/torsocks.git"; 9 9 rev = "refs/tags/v${version}"; 10 10 sha256 = "0x0wpcigf22sjxg7bm0xzqihmsrz51hl4v8xf91qi4qnmr4ny1hb"; 11 11 }; ··· 35 35 meta = { 36 36 description = "Wrapper to safely torify applications"; 37 37 homepage = "https://github.com/dgoulet/torsocks"; 38 - repositories.git = "https://git.torproject.org/torsocks.git"; 39 38 license = lib.licenses.gpl2; 40 39 platforms = lib.platforms.unix; 41 40 maintainers = with lib.maintainers; [ thoughtpolice ];
-1
pkgs/tools/system/evemu/default.nix
··· 23 23 meta = with lib; { 24 24 description = "Records and replays device descriptions and events to emulate input devices through the kernel's input system"; 25 25 homepage = "https://www.freedesktop.org/wiki/Evemu/"; 26 - repositories.git = "git://git.freedesktop.org/git/evemu"; 27 26 license = with licenses; [ lgpl3Only gpl3Only ]; 28 27 maintainers = [ maintainers.amorsillo ]; 29 28 platforms = platforms.linux;
-1
pkgs/tools/system/gohai/default.nix
··· 21 21 license = licenses.mit; 22 22 maintainers = [ maintainers.tazjin ]; 23 23 platforms = platforms.unix; 24 - repositories.git = "git://github.com/DataDog/gohai.git"; 25 24 26 25 longDescription = '' 27 26 Gohai is a tool which collects an inventory of system
-1
pkgs/tools/system/hardlink/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Consolidate duplicate files via hardlinks"; 28 28 homepage = "https://pagure.io/hardlink"; 29 - repositories.git = "https://src.fedoraproject.org/cgit/rpms/hardlink.git"; 30 29 license = licenses.gpl2Plus; 31 30 platforms = platforms.unix; 32 31 };
-1
pkgs/tools/system/mq-cli/default.nix
··· 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ tazjin ]; 21 21 platforms = platforms.linux; 22 - repositories.git = "git://github.com/aprilabank/mq-cli.git"; 23 22 }; 24 23 }
-1
pkgs/tools/typesetting/odpdown/default.nix
··· 20 20 21 21 meta = with lib; { 22 22 homepage = "https://github.com/thorstenb/odpdown"; 23 - repositories.git = "https://github.com/thorstenb/odpdown.git"; 24 23 description = "Create nice-looking slides from your favourite text editor"; 25 24 longDescription = '' 26 25 Have a tool like pandoc, latex beamer etc, that you can write (or