Merge pull request #119415 from SuperSandro2000/SuperSandro2000-patch-1
jetbrains: fix url literal
This commit is contained in:
commit
c0c842c773
|
@ -144,7 +144,7 @@ let
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "MPS";
|
product = "MPS";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://www.jetbrains.com/mps/;
|
homepage = "https://www.jetbrains.com/mps/";
|
||||||
inherit license description;
|
inherit license description;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A metaprogramming system which uses projectional editing
|
A metaprogramming system which uses projectional editing
|
||||||
|
|
Loading…
Reference in New Issue