Move repo to scoopinstaller Github organization

This commit is contained in:
Mathias Hermansson 2019-04-30 15:16:27 +02:00
parent 9b36de4ee2
commit 74ec0a8960
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# scoop-java
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/se35710/scoop-java/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/se35710/scoop-java/branch/master) [![Repo size](https://img.shields.io/github/repo-size/se35710/scoop-java.svg?style=flat-square)](https://github.com/se35710/scoop-java) [![Mentioned in Awesome Scoop](https://awesome.re/mentioned-badge.svg)](https://github.com/scoopinstaller/awesome-scoop)
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/scoopinstaller/Java/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/scoopinstaller/Java/branch/master) [![Repo size](https://img.shields.io/github/repo-size/scoopinstaller/Java.svg?style=flat-square)](https://github.com/scoopinstaller/Java) [![Mentioned in Awesome Scoop](https://awesome.re/mentioned-badge.svg)](https://github.com/scoopinstaller/awesome-scoop)
A bucket for [Scoop](https://scoop.sh), for [Oracle Java](https://www.oracle.com/technetwork/java/javase/overview/index.html), [OpenJDK](https://openjdk.java.net), [Zulu](https://www.azul.com/products/zulu-and-zulu-enterprise), [ojdkbuild](https://github.com/ojdkbuild/ojdkbuild), [AdoptOpenJDK](https://adoptopenjdk.net), [Amazon Corretto](https://aws.amazon.com/corretto), [BellSoft Liberica](https://bell-sw.com/java.html) and [SapMachine](https://sap.github.io/SapMachine).

View File

@ -1,6 +1,6 @@
param(
# overwrite upstream param
[String]$upstream = "se35710/scoop-java:master"
[String]$upstream = "scoopinstaller/Java:master"
)
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }