Merge pull request #26169 from samueldr/fix_m17n_homepage

ibus-m17n: fix homepage URL.
This commit is contained in:
Joachim F
2017-05-28 04:28:02 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
isIbusEngine = true;
description = "m17n engine for ibus";
homepage = https://github.com.com/ibus/ibus-m17n;
homepage = https://github.com/ibus/ibus-m17n;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ericsagnes ];