Skip to content

Commit

Permalink
(maint) Remove mention of services no longer used
Browse files Browse the repository at this point in the history
Both AppVeyor and MyGet are no longer used, so we should remove
mention on them across the repository.
  • Loading branch information
gep13 committed Dec 21, 2023
1 parent 9bf2d96 commit 1058d7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ These are the committers to Chocolatey/Chocolatey GUI repository:

Chocolatey GUI is built, with the following fantastic frameworks and services:

* [AppVeyor](http://www.appveyor.com/)
* [Cake](http://cakebuild.net/)
* [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe)
* [MyGet](http://www.myget.org/)
* [NuGet.exe](https://www.nuget.org/)

Chocolatey GUI is tested and analyzed with the following rockstar frameworks:
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ You can install Chocolatey GUI via Chocolatey itself by executing:

```choco install ChocolateyGUI```

If you are interested in trying out the latest pre-release version of Chocolatey GUI then you can use the following installation command:

```choco install chocolateygui --source https://www.myget.org/F/chocolateygui/ --pre```

This uses the public Chocolatey GUI feed which is hosted on [MyGet.org](https://www.myget.org) as the source.

## Build Status

| GitHub Action |
Expand Down
1 change: 0 additions & 1 deletion Source/ChocolateyGui.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{C6760D8F-E01B-4F26-9B0C-4E2D825509D2}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\appveyor.yml = ..\appveyor.yml
..\nuspec\chocolatey\ChocolateyGUI.nuspec = ..\nuspec\chocolatey\ChocolateyGUI.nuspec
..\nuspec\chocolatey\chocolateyInstall.ps1 = ..\nuspec\chocolatey\chocolateyInstall.ps1
..\nuspec\chocolatey\chocolateyUninstall.ps1 = ..\nuspec\chocolatey\chocolateyUninstall.ps1
Expand Down

0 comments on commit 1058d7f

Please sign in to comment.