vscode-extensions.jnoortheen.nix-ide: updated metadata

authored by

superherointj and committed by
Jonathan Ringer
09576efe 81897656

+8 -3
+8 -3
pkgs/misc/vscode-extensions/default.nix
··· 305 305 }; 306 306 307 307 jnoortheen.nix-ide = buildVscodeMarketplaceExtension { 308 + meta = with lib; { 309 + changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog"; 310 + description = "Nix language support with formatting and error report"; 311 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide"; 312 + homepage = "https://github.com/jnoortheen/vscode-nix-ide"; 313 + license = licenses.mit; 314 + maintainers = with maintainers; [ superherointj ]; 315 + }; 308 316 mktplcRef = { 309 317 name = "nix-ide"; 310 318 publisher = "jnoortheen"; 311 319 version = "0.1.7"; 312 320 sha256 = "1bw4wyq9abimxbhl7q9g8grvj2ax9qqq6mmqbiqlbsi2arvk0wrm"; 313 - }; 314 - meta = { 315 - license = stdenv.lib.licenses.mit; 316 321 }; 317 322 }; 318 323