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