lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove myself from maintainers

+40 -40
+1 -1
nixos/tests/emacs-daemon.nix
··· 1 1 import ./make-test.nix ({ pkgs, ...} : { 2 2 name = "emacs-daemon"; 3 3 meta = with pkgs.stdenv.lib.maintainers; { 4 - maintainers = [ DamienCassou ]; 4 + maintainers = [ ]; 5 5 }; 6 6 7 7 enableOCR = true;
+1 -1
pkgs/applications/misc/open-pdf-presenter/default.nix
··· 16 16 homepage = https://github.com/olabini/open-pdf-presenter; 17 17 description = "A program for presenting PDFs on multi-monitor settings (typically a laptop connected to a overhead projector)"; 18 18 license = stdenv.lib.licenses.gpl3; 19 - maintainers = [ stdenv.lib.maintainers.DamienCassou ]; 19 + maintainers = [ ]; 20 20 platforms = stdenv.lib.platforms.all; 21 21 }; 22 22 }
+1 -1
pkgs/applications/misc/tnef/default.nix
··· 26 26 ''; 27 27 homepage = https://github.com/verdammelt/tnef; 28 28 license = licenses.gpl2; 29 - maintainers = [ maintainers.DamienCassou ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.all; 31 31 }; 32 32 }
+1 -1
pkgs/applications/networking/sync/backintime/common.nix
··· 35 35 homepage = https://github.com/bit-team/backintime; 36 36 description = "Simple backup tool for Linux"; 37 37 license = stdenv.lib.licenses.gpl2; 38 - maintainers = [ stdenv.lib.maintainers.DamienCassou ]; 38 + maintainers = [ ]; 39 39 platforms = stdenv.lib.platforms.all; 40 40 longDescription = '' 41 41 Back In Time is a simple backup tool (on top of rsync) for Linux
+1 -1
pkgs/applications/science/programming/plm/default.nix
··· 30 30 description = "Free cross-platform programming exerciser"; 31 31 Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/; 32 32 license = licenses.gpl3; 33 - maintainers = [ maintainers.DamienCassou ]; 33 + maintainers = [ ]; 34 34 platforms = stdenv.lib.platforms.all; 35 35 }; 36 36 }
+1 -1
pkgs/applications/video/byzanz/default.nix
··· 26 26 homepage = https://github.com/GNOME/byzanz; 27 27 license = licenses.gpl3; 28 28 platforms = platforms.linux; 29 - maintainers = [ maintainers.DamienCassou ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/applications/video/recordmydesktop/default.nix
··· 24 24 homepage = http://recordmydesktop.sourceforge.net/; 25 25 license = licenses.gpl2; 26 26 platforms = platforms.linux; 27 - maintainers = [ maintainers.DamienCassou ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/applications/video/recordmydesktop/gtk.nix
··· 32 32 homepage = http://recordmydesktop.sourceforge.net/; 33 33 license = licenses.gpl2; 34 34 platforms = platforms.linux; 35 - maintainers = [ maintainers.DamienCassou ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/applications/video/recordmydesktop/qt.nix
··· 32 32 homepage = http://recordmydesktop.sourceforge.net/; 33 33 license = licenses.gpl2; 34 34 platforms = platforms.linux; 35 - maintainers = [ maintainers.DamienCassou ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/data/fonts/gentium-book-basic/default.nix
··· 24 24 meta = with stdenv.lib; { 25 25 homepage = "http://software.sil.org/gentium/"; 26 26 description = "A high-quality typeface family for Latin, Cyrillic, and Greek"; 27 - maintainers = with maintainers; [ DamienCassou ]; 27 + maintainers = with maintainers; [ ]; 28 28 license = licenses.ofl; 29 29 platforms = platforms.all; 30 30 };
+1 -1
pkgs/desktops/gnome-3/3.22/default.nix
··· 14 14 callPackage = pkgs.newScope self; 15 15 16 16 version = "3.22"; 17 - maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds DamienCassou ]; 17 + maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds ]; 18 18 19 19 corePackages = with gnome3; [ 20 20 pkgs.desktop_file_utils pkgs.ibus
+1 -1
pkgs/desktops/gnome-3/3.22/misc/pidgin/default.nix
··· 37 37 description = "Make Pidgin IM conversations appear in the Gnome Shell message tray"; 38 38 license = licenses.gpl2; 39 39 platforms = platforms.linux; 40 - maintainers = with maintainers; [ DamienCassou ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/desktops/gnome-3/3.22/misc/pomodoro/default.nix
··· 43 43 This GNOME utility helps to manage time according to Pomodoro Technique. 44 44 It intends to improve productivity and focus by taking short breaks. 45 45 ''; 46 - maintainers = with maintainers; [ DamienCassou jgeerds ]; 46 + maintainers = with maintainers; [ jgeerds ]; 47 47 license = licenses.gpl3; 48 48 platforms = platforms.linux; 49 49 };
+1 -1
pkgs/development/libraries/uhttpmock/default.nix
··· 19 19 description = "Project for mocking web service APIs which use HTTP or HTTPS"; 20 20 homepage = https://gitlab.com/groups/uhttpmock/; 21 21 license = licenses.lgpl21; 22 - maintainers = with maintainers; [ DamienCassou ]; 22 + maintainers = with maintainers; [ ]; 23 23 platforms = with platforms; linux; 24 24 }; 25 25 }
+1 -1
pkgs/development/pharo/launcher/default.nix
··· 65 65 ''; 66 66 homepage = http://pharo.org; 67 67 license = stdenv.lib.licenses.mit; 68 - maintainers = [ stdenv.lib.maintainers.DamienCassou ]; 68 + maintainers = [ ]; 69 69 platforms = pharo-vm.meta.platforms; 70 70 }; 71 71 }
+1 -1
pkgs/development/pharo/vm/build-vm.nix
··· 89 89 ''; 90 90 homepage = http://pharo.org; 91 91 license = stdenv.lib.licenses.mit; 92 - maintainers = [ stdenv.lib.maintainers.DamienCassou ]; 92 + maintainers = [ ]; 93 93 # Pharo VM sources are packaged separately for darwin (OS X) 94 94 platforms = with stdenv.lib; 95 95 intersectLists
+1 -1
pkgs/development/pharo/vm/share.nix
··· 49 49 description = "Shared files for Pharo"; 50 50 homepage = http://pharo.org; 51 51 license = stdenv.lib.licenses.mit; 52 - maintainers = [ stdenv.lib.maintainers.DamienCassou ]; 52 + maintainers = [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/tools/misc/tmate/default.nix
··· 22 22 description = "Instant Terminal Sharing"; 23 23 license = stdenv.lib.licenses.mit; 24 24 platforms = stdenv.lib.platforms.unix; 25 - maintainers = with stdenv.lib.maintainers; [ DamienCassou ]; 25 + maintainers = with stdenv.lib.maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/umlet/default.nix
··· 45 45 ''; 46 46 homepage = http://www.umlet.com; 47 47 license = licenses.gpl3; 48 - maintainers = [ maintainers.DamienCassou ]; 48 + maintainers = [ ]; 49 49 platforms = platforms.all; 50 50 }; 51 51 }
+1 -1
pkgs/tools/misc/vdirsyncer/default.nix
··· 32 32 meta = with stdenv.lib; { 33 33 homepage = https://github.com/pimutils/vdirsyncer; 34 34 description = "Synchronize calendars and contacts"; 35 - maintainers = with maintainers; [ matthiasbeyer jgeerds DamienCassou ]; 35 + maintainers = with maintainers; [ matthiasbeyer jgeerds ]; 36 36 platforms = platforms.all; 37 37 license = licenses.mit; 38 38 };
+1 -1
pkgs/tools/networking/asynk/default.nix
··· 41 41 homepage = http://asynk.io/; 42 42 description = "Flexible contacts synchronization program"; 43 43 license = licenses.agpl3; 44 - maintainers = [ maintainers.DamienCassou ]; 44 + maintainers = [ ]; 45 45 platforms = platforms.unix; 46 46 }; 47 47 }
+1 -1
pkgs/tools/typesetting/git-latexdiff/default.nix
··· 30 30 31 31 meta = with stdenv.lib; { 32 32 description = "View diff on LaTeX source files on the generated PDF files"; 33 - maintainers = [ maintainers.DamienCassou ]; 33 + maintainers = [ ]; 34 34 license = licenses.free; # https://gitlab.com/git-latexdiff/git-latexdiff/issues/9 35 35 platforms = platforms.unix; 36 36 };
+18 -18
pkgs/top-level/python-packages.nix
··· 3819 3819 homepage = https://github.com/click-contrib/click-log/; 3820 3820 description = "Logging integration for Click"; 3821 3821 license = licenses.mit; 3822 - maintainers = with maintainers; [ DamienCassou ]; 3822 + maintainers = with maintainers; [ ]; 3823 3823 }; 3824 3824 }; 3825 3825 ··· 3846 3846 homepage = https://github.com/click-contrib/click-threading/; 3847 3847 description = "Multithreaded Click apps made easy"; 3848 3848 license = licenses.mit; 3849 - maintainers = with maintainers; [ DamienCassou ]; 3849 + maintainers = with maintainers; [ ]; 3850 3850 }; 3851 3851 }; 3852 3852 ··· 7403 7403 homepage = https://github.com/matlink/gplaycli; 7404 7404 description = "Google Play Downloader via Command line"; 7405 7405 license = licenses.agpl3Plus; 7406 - maintainers = with maintainers; [ DamienCassou ]; 7406 + maintainers = with maintainers; [ ]; 7407 7407 }; 7408 7408 }; 7409 7409 ··· 8365 8365 homepage = https://github.com/cedadev/ndg_httpsclient/; 8366 8366 description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"; 8367 8367 license = licenses.bsd2; 8368 - maintainers = with maintainers; [ DamienCassou ]; 8368 + maintainers = with maintainers; [ ]; 8369 8369 }; 8370 8370 }; 8371 8371 ··· 8620 8620 description = "Tool for extracting information from PDF documents"; 8621 8621 homepage = http://euske.github.io/pdfminer/index.html; 8622 8622 license = licenses.mit; 8623 - maintainers = with maintainers; [ DamienCassou ]; 8623 + maintainers = with maintainers; [ ]; 8624 8624 }; 8625 8625 }; 8626 8626 ··· 11129 11129 meta = { 11130 11130 homepage = https://f-droid.org; 11131 11131 description = "Server and tools for F-Droid, the Free Software repository system for Android"; 11132 - maintainers = with maintainers; [ DamienCassou ]; 11132 + maintainers = with maintainers; [ ]; 11133 11133 license = licenses.agpl3; 11134 11134 }; 11135 11135 }; ··· 15052 15052 meta = { 15053 15053 homepage = https://github.com/aroig/mutag; 15054 15054 license = licenses.gpl3; 15055 - maintainers = with maintainers; [ DamienCassou ]; 15055 + maintainers = with maintainers; [ ]; 15056 15056 }; 15057 15057 }; 15058 15058 ··· 15157 15157 15158 15158 meta = { 15159 15159 description = "Python client library to the MediaWiki API"; 15160 - maintainers = with maintainers; [ DamienCassou ]; 15160 + maintainers = with maintainers; [ ]; 15161 15161 license = licenses.mit; 15162 15162 homepage = https://github.com/mwclient/mwclient; 15163 15163 }; ··· 19547 19547 description = "Module for reading vCard and vCalendar files"; 19548 19548 homepage = http://eventable.github.io/vobject/; 19549 19549 license = licenses.asl20; 19550 - maintainers = with maintainers; [ DamienCassou ]; 19550 + maintainers = with maintainers; [ ]; 19551 19551 }; 19552 19552 }; 19553 19553 ··· 19568 19568 description = "Command-line interface carddav client"; 19569 19569 homepage = http://lostpackets.de/pycarddav; 19570 19570 license = licenses.mit; 19571 - maintainers = with maintainers; [ DamienCassou ]; 19571 + maintainers = with maintainers; [ ]; 19572 19572 }; 19573 19573 }; 19574 19574 ··· 20409 20409 description = "Media Meta Data retrieval framework"; 20410 20410 homepage = http://sourceforge.net/projects/mmpython/; 20411 20411 license = licenses.gpl2; 20412 - maintainers = with maintainers; [ DamienCassou ]; 20412 + maintainers = with maintainers; [ ]; 20413 20413 }; 20414 20414 }; 20415 20415 ··· 20452 20452 description = "Generic application framework, providing the foundation for other modules"; 20453 20453 homepage = https://github.com/freevo/kaa-base; 20454 20454 license = licenses.lgpl21; 20455 - maintainers = with maintainers; [ DamienCassou ]; 20455 + maintainers = with maintainers; [ ]; 20456 20456 }; 20457 20457 }; 20458 20458 ··· 20499 20499 description = "Python library for parsing media metadata, which can extract metadata (e.g., such as id3 tags) from a wide range of media files"; 20500 20500 homepage = https://github.com/freevo/kaa-metadata; 20501 20501 license = licenses.gpl2; 20502 - maintainers = with maintainers; [ DamienCassou ]; 20502 + maintainers = with maintainers; [ ]; 20503 20503 }; 20504 20504 }; 20505 20505 ··· 23561 23561 description = "A Parser Generator for Python"; 23562 23562 homepage = https://pypi.python.org/pypi/SimpleParse; 23563 23563 platforms = platforms.all; 23564 - maintainers = with maintainers; [ DamienCassou ]; 23564 + maintainers = with maintainers; [ ]; 23565 23565 }; 23566 23566 }; 23567 23567 ··· 25033 25033 description = "Tool for automatic download/upload subtitles for videofiles using fast hashing"; 25034 25034 homepage = http://www.subdownloader.net; 25035 25035 license = licenses.gpl3; 25036 - maintainers = with maintainers; [ DamienCassou ]; 25036 + maintainers = with maintainers; [ ]; 25037 25037 }; 25038 25038 }; 25039 25039 ··· 25171 25171 25172 25172 meta = { 25173 25173 description = " GTK3 & python based GUI for Syncthing "; 25174 - maintainers = with maintainers; [ DamienCassou ]; 25174 + maintainers = with maintainers; [ ]; 25175 25175 platforms = pkgs.syncthing.meta.platforms; 25176 25176 homepage = "https://github.com/syncthing/syncthing-gtk"; 25177 25177 license = licenses.gpl2; ··· 27843 27843 homepage = https://github.com/scs3jb/screenkey; 27844 27844 description = "A screencast tool to show your keys"; 27845 27845 license = licenses.gpl3Plus; 27846 - maintainers = with maintainers; [ DamienCassou ]; 27846 + maintainers = with maintainers; [ ]; 27847 27847 platforms = platforms.linux; 27848 27848 }; 27849 27849 }; ··· 29361 29361 homepage = http://weboob.org; 29362 29362 description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser"; 29363 29363 license = licenses.agpl3; 29364 - maintainers = with maintainers; [ DamienCassou ]; 29364 + maintainers = with maintainers; [ ]; 29365 29365 }; 29366 29366 }; 29367 29367