Merge pull request #23539 from tohl/master

openshot-qt: remove myself from the maintainer list

authored by Graham Christensen and committed by GitHub 1e8d505e 2ddcbcfe

+4 -4
+1 -1
pkgs/applications/video/openshot-qt/default.nix
··· 42 homepage = "http://openshot.org/"; 43 description = "Free, open-source video editor"; 44 license = licenses.gpl3Plus; 45 - maintainers = [maintainers.tohl]; 46 platforms = platforms.linux; 47 }; 48 }
··· 42 homepage = "http://openshot.org/"; 43 description = "Free, open-source video editor"; 44 license = licenses.gpl3Plus; 45 + maintainers = []; 46 platforms = platforms.linux; 47 }; 48 }
+1 -1
pkgs/applications/video/openshot-qt/libopenshot-audio.nix
··· 25 homepage = "http://openshot.org/"; 26 description = "Free, open-source video editor"; 27 license = licenses.gpl3Plus; 28 - maintainers = [maintainers.tohl]; 29 platforms = platforms.linux; 30 }; 31 }
··· 25 homepage = "http://openshot.org/"; 26 description = "Free, open-source video editor"; 27 license = licenses.gpl3Plus; 28 + maintainers = []; 29 platforms = platforms.linux; 30 }; 31 }
+1 -1
pkgs/applications/video/openshot-qt/libopenshot.nix
··· 42 homepage = "http://openshot.org/"; 43 description = "Free, open-source video editor"; 44 license = licenses.gpl3Plus; 45 - maintainers = [maintainers.tohl]; 46 platforms = platforms.linux; 47 }; 48 }
··· 42 homepage = "http://openshot.org/"; 43 description = "Free, open-source video editor"; 44 license = licenses.gpl3Plus; 45 + maintainers = []; 46 platforms = platforms.linux; 47 }; 48 }
+1 -1
pkgs/development/libraries/unittest-cpp/default.nix
··· 21 homepage = "https://github.com/unittest-cpp/unittest-cpp"; 22 description = "Lightweight unit testing framework for C++"; 23 license = licenses.mit; 24 - maintainers = [maintainers.tohl]; 25 platforms = stdenv.lib.platforms.unix; 26 }; 27 }
··· 21 homepage = "https://github.com/unittest-cpp/unittest-cpp"; 22 description = "Lightweight unit testing framework for C++"; 23 license = licenses.mit; 24 + maintainers = []; 25 platforms = stdenv.lib.platforms.unix; 26 }; 27 }