Merge pull request #23539 from tohl/master
openshot-qt: remove myself from the maintainer list
This commit is contained in:
commit
1e8d505e03
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://openshot.org/";
|
homepage = "http://openshot.org/";
|
||||||
description = "Free, open-source video editor";
|
description = "Free, open-source video editor";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [maintainers.tohl];
|
maintainers = [];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://openshot.org/";
|
homepage = "http://openshot.org/";
|
||||||
description = "Free, open-source video editor";
|
description = "Free, open-source video editor";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [maintainers.tohl];
|
maintainers = [];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://openshot.org/";
|
homepage = "http://openshot.org/";
|
||||||
description = "Free, open-source video editor";
|
description = "Free, open-source video editor";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [maintainers.tohl];
|
maintainers = [];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/unittest-cpp/unittest-cpp";
|
homepage = "https://github.com/unittest-cpp/unittest-cpp";
|
||||||
description = "Lightweight unit testing framework for C++";
|
description = "Lightweight unit testing framework for C++";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [maintainers.tohl];
|
maintainers = [];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user