slack: adding mmahut as a maintainer
This commit is contained in:
parent
6f92bc0cfd
commit
44884cdf29
|
@ -113,6 +113,7 @@ in stdenv.mkDerivation {
|
||||||
description = "Desktop client for Slack";
|
description = "Desktop client for Slack";
|
||||||
homepage = https://slack.com;
|
homepage = https://slack.com;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
maintainers = [ maintainers.mmahut ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue